diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-28 20:40:24 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-28 20:40:24 +0000 |
commit | bb85d083a7899890d0c14502078f6fa60a09d5df (patch) | |
tree | 64639b9495a86414aa0cc92917145b41a5f1562e /BuildTests/StaticAnalysisTest | |
parent | b762780343dd505f7bfe5673cbcffb0b938d7064 (diff) | |
download | lufa-bb85d083a7899890d0c14502078f6fa60a09d5df.tar.gz lufa-bb85d083a7899890d0c14502078f6fa60a09d5df.tar.bz2 lufa-bb85d083a7899890d0c14502078f6fa60a09d5df.zip |
Fix warnings and errors found by the new cppcheck provided static code analysis.
Diffstat (limited to 'BuildTests/StaticAnalysisTest')
-rw-r--r-- | BuildTests/StaticAnalysisTest/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTests/StaticAnalysisTest/makefile b/BuildTests/StaticAnalysisTest/makefile index 1556bbd90..766bf080c 100644 --- a/BuildTests/StaticAnalysisTest/makefile +++ b/BuildTests/StaticAnalysisTest/makefile @@ -18,6 +18,6 @@ EXCLUDE_LIST = HostLoaderApp/ FATFs/ PetiteFATFs/ uip/ MESSAGE_TEMPLATE = "{file}({line}): {severity} ({id}): {message}"
all:
- cppcheck -q -f --error-exitcode=1 --template $(MESSAGE_TEMPLATE) --enable=style --suppress=variableScope $(EXCLUDE_LIST:%=-i%) $(LUFA_ROOT_PATH)
+ cppcheck -q -f --error-exitcode=1 --inline-suppr --enable=style --suppress=variableScope --template $(MESSAGE_TEMPLATE) $(EXCLUDE_LIST:%=-i%) $(LUFA_ROOT_PATH)
%:
\ No newline at end of file |