BIND 10 trac2726, updated. e81de23719368f0fcea05d1607c2ffafb76f0359 [2726] Enable more thorough cppcheck
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jun 12 08:44:55 UTC 2013
The branch, trac2726 has been updated
via e81de23719368f0fcea05d1607c2ffafb76f0359 (commit)
from 67704c85b785065865a1b3963b73ba2dc70e5998 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e81de23719368f0fcea05d1607c2ffafb76f0359
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 10:38:58 2013 +0200
[2726] Enable more thorough cppcheck
It seems to check more and run longer. It also produces bunch of new
warnings.
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 10ef321..edfce76 100644
--- a/Makefile.am
+++ b/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
More information about the bind10-changes
mailing list