Refactoring: Changed all check parameters starting with a 'p' to the new rulespec...
[check_mk.git] / livestatus / src / cppcheck-suppressions.txt
blob2c22770786786c950e1a799654bc95d28ccf1ded
1 missingIncludeSystem
2 passedByValue
3 unusedFunction
4 // cppcheck doesn't undestand uniform initialization yet.
5 constStatement
6 // This is nonsense, but otherwise cppcheck complains even if it shouldn't.
7 unmatchedSuppression
8 // cppcheck is simply too dumb about macros...
9 *:*/include/boost/config.hpp
10 // cppcheck doesn't like some RE2 stuff, silly and not our business...
11 noExplicitConstructor:*/include/re2/*.h