aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/StaticAnalysisTest
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-03-25 12:12:08 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-03-25 12:12:08 +0000
commit00b6b0140fa76845edaa894e0feb3287e4977c73 (patch)
treedb1f24ab756c218a75f0b6049b0267ca9fea7489 /BuildTests/StaticAnalysisTest
parent0424bd4dbc8a6a22310e4081d2d5dc852a92ea4c (diff)
downloadlufa-00b6b0140fa76845edaa894e0feb3287e4977c73.tar.gz
lufa-00b6b0140fa76845edaa894e0feb3287e4977c73.tar.bz2
lufa-00b6b0140fa76845edaa894e0feb3287e4977c73.zip
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.
Diffstat (limited to 'BuildTests/StaticAnalysisTest')
-rw-r--r--BuildTests/StaticAnalysisTest/makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/BuildTests/StaticAnalysisTest/makefile b/BuildTests/StaticAnalysisTest/makefile
index 474b25979..d447d1999 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