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
     1.1 --- a/cppcheck.mk	Tue Sep 19 14:35:08 2017 +0200
     1.2 +++ b/cppcheck.mk	Tue Sep 19 15:32:53 2017 +0200
     1.3 @@ -27,7 +27,7 @@
     1.4  #
     1.5  
     1.6  CPPCHECK=cppcheck
     1.7 -CPPCHECK_CONFIG=--max-configs=32 -j 4
     1.8 -CPPCHECK_FLAGS=--enable=warning,performance,portability,unusedFunction
     1.9 +CPPCHECK_CONFIG=--max-configs=32 
    1.10 +CPPCHECK_FLAGS=--enable=warning,performance,portability
    1.11  CPPCHECK_LOG=build/cppcheck.log
    1.12  

mercurial