Browse Source

[2726] Enable more thorough cppcheck

It seems to check more and run longer. It also produces bunch of new
warnings.
Michal 'vorner' Vaner 12 years ago
parent
commit
e81de23719
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Makefile.am

+ 2 - 1
Makefile.am

@@ -110,7 +110,8 @@ report-coverage: report-cpp-coverage report-python-coverage
 
 # for static C++ check using cppcheck (when available)
 cppcheck:
-	cppcheck --enable=all --suppressions src/cppcheck-suppress.lst --inline-suppr \
+	cppcheck -I./src/lib --enable=all --suppressions \
+		src/cppcheck-suppress.lst --inline-suppr \
 		--quiet --error-exitcode=1 \
 		--template '{file}:{line}: check_fail: {message} ({severity},{id})' \
 		src