projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Buld Tests: Update static analysis test for cppcheck 1.86.
[pub/USBasp.git]
/
BuildTests
/
StaticAnalysisTest
/
makefile
diff --git
a/BuildTests/StaticAnalysisTest/makefile
b/BuildTests/StaticAnalysisTest/makefile
index
08649e9
..
e9bb1b6
100644
(file)
--- a/
BuildTests/StaticAnalysisTest/makefile
+++ b/
BuildTests/StaticAnalysisTest/makefile
@@
-1,12
+1,12
@@
#
# LUFA Library
#
# LUFA Library
-# Copyright (C) Dean Camera, 201
8
.
+# Copyright (C) Dean Camera, 201
9
.
#
# dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org
#
#
# 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 an
a
lysis of the entire LUFA source tree, using the free cross-platform "cppcheck" tool.
# Path to the LUFA library core
LUFA_PATH := ../../LUFA/
# 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_FLAGS := -U TEMPLATE_FUNC_NAME -U __GNUC__ -U __DOXYGEN__
-CPPCHECK_SUPPRESS := variableScope missingInclude noValidConfiguration unusedFunction knownConditionTrueFalse
+CPPCHECK_SUPPRESS := variableScope missingInclude noValidConfiguration unusedFunction knownConditionTrueFalse
ConfigurationNotChecked
SRC := $(patsubst %/,%,$(LUFA_PATH))/..
SRC := $(patsubst %/,%,$(LUFA_PATH))/..