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.

This commit is contained in:
Dean Camera 2012-03-25 12:12:08 +00:00
parent 0424bd4dbc
commit 00b6b0140f
9 changed files with 29 additions and 14 deletions

View file

@ -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