X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/f5c53576e7badef9ae8573cb9c043dea21ec1221..ffaa83ad27fa3713a86d04dcbf200b1de0454bfc:/BuildTests/StaticAnalysisTest/makefile diff --git a/BuildTests/StaticAnalysisTest/makefile b/BuildTests/StaticAnalysisTest/makefile index e4dac614d..e9bb1b69c 100644 --- a/BuildTests/StaticAnalysisTest/makefile +++ b/BuildTests/StaticAnalysisTest/makefile @@ -1,12 +1,12 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2018. +# Copyright (C) Dean Camera, 2019. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org # -# Static anlysis of the entire LUFA source tree, using the free cross-platform "cppcheck" tool. +# Static analysis of the entire LUFA source tree, using the free cross-platform "cppcheck" tool. # Path to the LUFA library core LUFA_PATH := ../../LUFA/ @@ -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 +CPPCHECK_SUPPRESS := variableScope missingInclude noValidConfiguration unusedFunction knownConditionTrueFalse ConfigurationNotChecked SRC := $(patsubst %/,%,$(LUFA_PATH))/..