We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e1cd8 commit e9540eaCopy full SHA for e9540ea
Makefile.am
@@ -59,6 +59,7 @@ cppcheck:
59
@cppcheck -U YYSTYPE -U MBEDTLS_MD5_ALT -U MBEDTLS_SHA1_ALT \
60
-D MS_CPPCHECK_DISABLED_FOR_PARSER -U YY_USER_INIT \
61
--suppressions-list=./test/cppcheck_suppressions.txt \
62
+ --inline-suppr \
63
--enable=warning,style,performance,portability,unusedFunction,missingInclude \
64
--inconclusive \
65
--template="warning: {file},{line},{severity},{id},{message}" \
0 commit comments