From: Dean Camera Date: Sun, 9 Dec 2018 03:14:39 +0000 (+1100) Subject: Remove cppcheck suppression that requires newer version than the one bundled in the... X-Git-Tag: LUFA-210130~27 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/f5c53576e7badef9ae8573cb9c043dea21ec1221?ds=inline;hp=--cc Remove cppcheck suppression that requires newer version than the one bundled in the CI containers. --- f5c53576e7badef9ae8573cb9c043dea21ec1221 diff --git a/BuildTests/StaticAnalysisTest/makefile b/BuildTests/StaticAnalysisTest/makefile index 08649e904..e4dac614d 100644 --- a/BuildTests/StaticAnalysisTest/makefile +++ b/BuildTests/StaticAnalysisTest/makefile @@ -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))/..