Cosmetics: fix cppcheck warnings

This commit is contained in:
Felipe Zimmerle
2020-10-22 10:08:35 -03:00
parent 8da787a390
commit 4b425850cf
6 changed files with 12 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ cppcheck:
@cppcheck -U YYSTYPE -U MBEDTLS_MD5_ALT -U MBEDTLS_SHA1_ALT \
-D MS_CPPCHECK_DISABLED_FOR_PARSER \
--suppressions-list=./test/cppcheck_suppressions.txt \
--enable=all \
--enable=warning,style,performance,portability,unusedFunction,missingInclude \
--inconclusive \
--template="warning: {file},{line},{severity},{id},{message}" \
-I headers -I . -I others -I src -I others/mbedtls -I src/parser \