Skip to content

Commit

Permalink
Fix unsuppressed warning in checkcfg target
Browse files Browse the repository at this point in the history
  • Loading branch information
amai2012 committed Mar 5, 2015
1 parent 161f5ff commit cbc8c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cfg/runtests.sh
Expand Up @@ -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
Expand Down

0 comments on commit cbc8c4f

Please sign in to comment.