CPPcheck: When we say C11 do check for C11

This commit is contained in:
Jaap Keuter 2022-01-28 00:31:47 +01:00 committed by A Wireshark GitLab Utility
parent 16ddc9ab19
commit 2f6cf59ce4
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ $CPPCHECK --force --enable=style $QUIET \
$SUPPRESSIONS $INCLUDES \
-i doc/ \
-i epan/dissectors/asn1/ \
--std=c99 --template=$TEMPLATE \
--std=c11 --template=$TEMPLATE \
-j $THREADS $TARGET $XML_ARG 2>&1 | colorize
exit_cleanup