Specify to CppCheck that Wireshark code is C89, not the default C11.

svn path=/trunk/; revision=49083
This commit is contained in:
Evan Huus 2013-04-28 23:30:29 +00:00
parent 6608eddd3d
commit c17d706c8c
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ trap : INT
$CPPCHECK --force --enable=style $QUIET \
$SUPPRESSIONS $INCLUDES \
--template=$TEMPLATE \
--std=c89 --template=$TEMPLATE \
-j $THREADS $TARGET 2>&1
if [ "$MODE" = "html" ]; then