From 300a05d6c6b578713c4b73509d0961d39d695bcd Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 5 Feb 2013 20:57:49 +0000 Subject: Remove CPPCheck suppressions for unused functions, disable checking for them in the StaticAnalysisTest build test as it can't cope with GCC aliasing and mixed library/application code. --- BuildTests/StaticAnalysisTest/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BuildTests') diff --git a/BuildTests/StaticAnalysisTest/makefile b/BuildTests/StaticAnalysisTest/makefile index 4e166ed2d..453d88667 100644 --- a/BuildTests/StaticAnalysisTest/makefile +++ b/BuildTests/StaticAnalysisTest/makefile @@ -20,6 +20,8 @@ CPPCHECK_INCLUDES := $(patsubst %/,%,$(LUFA_PATH))/CodeTemplates/ CPPCHECK_FLAGS := -U TEMPLATE_FUNC_NAME -U __GNUC__ -U __DOXYGEN__ +CPPCHECK_SUPPRESS := variableScope missingInclude unusedFunction + SRC := $(patsubst %/,%,$(LUFA_PATH))/.. # Build test cannot be run with multiple parallel jobs -- cgit v1.2.3