Fix unsuppressed warning in checkcfg target

This commit is contained in:
Alexander Mai 2015-03-05 06:57:30 +01:00
parent 161f5ff6d2
commit cbc8c4f57d
1 changed files with 1 additions and 1 deletions

View File

@ -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