BIND 10 master, updated. 6ce96d1b10bd6300d193df65cd17c4976c0533ce [2726] Enable more thorough cppcheck
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jun 12 08:39:49 UTC 2013
The branch, master has been updated
via 6ce96d1b10bd6300d193df65cd17c4976c0533ce (commit)
from 355bc5c22b7c83f6d24f0e4268b1eff7d1274655 (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 6ce96d1b10bd6300d193df65cd17c4976c0533ce
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