aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2018-12-09 14:14:39 +1100
committerDean Camera <dean@fourwalledcubicle.com>2018-12-09 14:14:39 +1100
commitf5c53576e7badef9ae8573cb9c043dea21ec1221 (patch)
tree62c9a978878f5af175abb6987806d0b18ab829d6
parent2b63686ff0ba92c56f1c03c75daa9fa86ec56681 (diff)
downloadlufa-f5c53576e7badef9ae8573cb9c043dea21ec1221.tar.gz
lufa-f5c53576e7badef9ae8573cb9c043dea21ec1221.tar.bz2
lufa-f5c53576e7badef9ae8573cb9c043dea21ec1221.zip
Remove cppcheck suppression that requires newer version than the one bundled in the CI containers.
-rw-r--r--BuildTests/StaticAnalysisTest/makefile2
1 files changed, 1 insertions, 1 deletions
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))/..