Fix warnings and errors found by the new cppcheck provided static code analysis.
[pub/USBasp.git] / BuildTests / StaticAnalysisTest / makefile
index 1556bbd..766bf08 100644 (file)
@@ -18,6 +18,6 @@ EXCLUDE_LIST     = HostLoaderApp/ FATFs/ PetiteFATFs/ uip/
 MESSAGE_TEMPLATE = "{file}({line}): {severity} ({id}): {message}"\r
 \r
 all:\r
-       cppcheck -q -f --error-exitcode=1 --template $(MESSAGE_TEMPLATE) --enable=style --suppress=variableScope $(EXCLUDE_LIST:%=-i%) $(LUFA_ROOT_PATH)\r
+       cppcheck -q -f --error-exitcode=1 --inline-suppr --enable=style --suppress=variableScope --template $(MESSAGE_TEMPLATE) $(EXCLUDE_LIST:%=-i%) $(LUFA_ROOT_PATH)\r
        \r
 %:
\ No newline at end of file