Skip to content

Commit

Permalink
Remove cppcheck suppression that requires newer version than the one …
Browse files Browse the repository at this point in the history
…bundled in the CI containers.
  • Loading branch information
abcminiuser committed Dec 9, 2018
1 parent 2b63686 commit f5c5357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildTests/StaticAnalysisTest/makefile
Expand Up @@ -21,7 +21,7 @@ CPPCHECK_INCLUDES := $(patsubst %/,%,$(LUFA_PATH))/CodeTemplates/

CPPCHECK_FLAGS := -U TEMPLATE_FUNC_NAME -U __GNUC__ -U __DOXYGEN__

CPPCHECK_SUPPRESS := variableScope missingInclude noValidConfiguration unusedFunction knownConditionTrueFalse
CPPCHECK_SUPPRESS := variableScope missingInclude noValidConfiguration unusedFunction

SRC := $(patsubst %/,%,$(LUFA_PATH))/..

Expand Down

0 comments on commit f5c5357

Please sign in to comment.