diff --git a/Makefile.am b/Makefile.am index 876da0d..a1d30a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,6 +44,9 @@ cppcheck: --enable=warning,style,information,missingInclude \ --suppress=missingIncludeSystem \ --suppress=unmatchedSuppression \ + --suppress=useStlAlgorithm \ + --suppress=checkLevelNormal \ + --suppress=normalCheckLevelMaxBranches \ src/ test/ #