aboutsummaryrefslogtreecommitdiff
path: root/BuildTests/StaticAnalysisTest/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-03-25 12:12:08 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-03-25 12:12:08 +0000
commit17fb1cd6905296ea942f564476be97e870725b36 (patch)
treedb1f24ab756c218a75f0b6049b0267ca9fea7489 /BuildTests/StaticAnalysisTest/makefile
parent44ff9764447510a20b18ad57def1a2cf0ac5abf7 (diff)
Re-enable cppcheck static analysis unused function checks after adding in special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2120 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'BuildTests/StaticAnalysisTest/makefile')
-rw-r--r--BuildTests/StaticAnalysisTest/makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/BuildTests/StaticAnalysisTest/makefile b/BuildTests/StaticAnalysisTest/makefile
index 474b2597..d447d199 100644
--- a/BuildTests/StaticAnalysisTest/makefile
+++ b/BuildTests/StaticAnalysisTest/makefile
@@ -21,7 +21,6 @@ MESSAGE_TEMPLATE = "{file}:{line}: {severity} ({id}): {message}"
# Checks to suppress so that generated warnings are discarded
SUPPRESS_WARNINGS = variableScope \
- unusedFunction \
missingInclude
# Extra paths to search for include files