Commit 3ea75732 authored by Dominik Charousset's avatar Dominik Charousset

Ignore cppcheck warnings in third party modules

parent 4210bfdf
...@@ -33,6 +33,9 @@ uninitMemberVar:libcaf_core/caf/detail/double_ended_queue.hpp ...@@ -33,6 +33,9 @@ uninitMemberVar:libcaf_core/caf/detail/double_ended_queue.hpp
// but conceptionally questionable // but conceptionally questionable
functionStatic:libcaf_core/caf/policy/work_stealing.hpp functionStatic:libcaf_core/caf/policy/work_stealing.hpp
// ignore warnings from any 3rd party module
*:*/third_party/*
// 6 false positives // 6 false positives
*:libcaf_core/caf/detail/limited_vector.hpp *:libcaf_core/caf/detail/limited_vector.hpp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment