From cbc8c4f57d7292a08b541308336f5b6941689f94 Mon Sep 17 00:00:00 2001 From: Alexander Mai Date: Thu, 5 Mar 2015 06:57:30 +0100 Subject: [PATCH] Fix unsuppressed warning in checkcfg target --- test/cfg/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cfg/runtests.sh b/test/cfg/runtests.sh index ad3df9132..a35eedd1d 100755 --- a/test/cfg/runtests.sh +++ b/test/cfg/runtests.sh @@ -19,7 +19,7 @@ ${CPPCHECK} --check-library --library=gnu --enable=information --enable=style -- # windows.cpp #g++ -fsyntax-only ${DIR}windows.cpp -${CPPCHECK} --check-library --library=windows --enable=information --enable=style --error-exitcode=1 --suppress=missingIncludeSystem --inline-suppr ${DIR}windows.cpp +${CPPCHECK} --check-library --library=windows --enable=information --enable=style --error-exitcode=1 --inline-suppr ${DIR}windows.cpp # std.c gcc -fsyntax-only ${DIR}std.c