removes unusedFunction check for now (we may add it later to get a further indicator for test coverage)

Tue, 19 Sep 2017 15:32:53 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 19 Sep 2017 15:32:53 +0200
changeset 249
fb21858ad8da
parent 248
dff45a2234ce
child 250
b7d1317b138e

removes unusedFunction check for now (we may add it later to get a further indicator for test coverage)

cppcheck.mk file | annotate | diff | comparison | revisions
--- a/cppcheck.mk	Tue Sep 19 14:35:08 2017 +0200
+++ b/cppcheck.mk	Tue Sep 19 15:32:53 2017 +0200
@@ -27,7 +27,7 @@
 #
 
 CPPCHECK=cppcheck
-CPPCHECK_CONFIG=--max-configs=32 -j 4
-CPPCHECK_FLAGS=--enable=warning,performance,portability,unusedFunction
+CPPCHECK_CONFIG=--max-configs=32 
+CPPCHECK_FLAGS=--enable=warning,performance,portability
 CPPCHECK_LOG=build/cppcheck.log
 

mercurial