BIND 10 master, updated. 67704c85b785065865a1b3963b73ba2dc70e5998 Revert "[2726] Enable more thorough cppcheck"

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jun 12 08:43:57 UTC 2013


The branch, master has been updated
       via  67704c85b785065865a1b3963b73ba2dc70e5998 (commit)
      from  6ce96d1b10bd6300d193df65cd17c4976c0533ce (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 67704c85b785065865a1b3963b73ba2dc70e5998
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date:   Wed Jun 12 10:43:29 2013 +0200

    Revert "[2726] Enable more thorough cppcheck"
    
    This reverts commit 6ce96d1b10bd6300d193df65cd17c4976c0533ce.
    
    This should have gone to a branch, not master :-|.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index edfce76..10ef321 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -110,8 +110,7 @@ report-coverage: report-cpp-coverage report-python-coverage
 
 # for static C++ check using cppcheck (when available)
 cppcheck:
-	cppcheck -I./src/lib --enable=all --suppressions \
-		src/cppcheck-suppress.lst --inline-suppr \
+	cppcheck --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