diff options
Diffstat (limited to 'BuildTests')
-rw-r--r-- | BuildTests/StaticAnalysisTest/makefile | 1 |
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
|