From ac331fe1095f9b0dabb116ccf832dd50573773e1 Mon Sep 17 00:00:00 2001 From: Dean Date: Sun, 4 Mar 2012 18:21:54 +0000 Subject: Minor documentation improvements. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2080 d5102386-fcda-11dd-9fdb-3debd5008f28 --- BuildTests/StaticAnalysisTest/makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'BuildTests/StaticAnalysisTest') diff --git a/BuildTests/StaticAnalysisTest/makefile b/BuildTests/StaticAnalysisTest/makefile index 8b15a715..744120d8 100644 --- a/BuildTests/StaticAnalysisTest/makefile +++ b/BuildTests/StaticAnalysisTest/makefile @@ -14,14 +14,15 @@ LUFA_ROOT_PATH = ../.. # Filenames or directories (including fragments) to exclude from the analysis EXCLUDE_LIST = FATFs/ \ PetiteFATFs/ \ - uip/ + uip/ # Output message template for found warnings and errors MESSAGE_TEMPLATE = "{file}:{line}: {severity} ({id}): {message}" # Checks to suppress so that generated warnings are discarded SUPPRESS_WARNINGS = variableScope \ - unusedFunction + unusedFunction \ + missingInclude # Extra paths to search for include files INCLUDE_PATHS = $(LUFA_ROOT_PATH)/LUFA/CodeTemplates/ @@ -38,7 +39,7 @@ end: @echo staticcheck: - cppcheck --quiet --inline-suppr --check-config $(SUPPRESS_WARNINGS:%=--suppress=%) --template=$(MESSAGE_TEMPLATE) $(INCLUDE_PATHS:%=-I%) $(EXCLUDE_LIST:%=-i%) $(LUFA_ROOT_PATH) + cppcheck --quiet --inline-suppr --check-config --template=$(MESSAGE_TEMPLATE) $(INCLUDE_PATHS:%=-I%) $(EXCLUDE_LIST:%=-i%) $(LUFA_ROOT_PATH) cppcheck --quiet --inline-suppr --error-exitcode=1 --std=c99 --force --enable=all --inconclusive $(SUPPRESS_WARNINGS:%=--suppress=%) --template=$(MESSAGE_TEMPLATE) $(INCLUDE_PATHS:%=-I%) $(EXCLUDE_LIST:%=-i%) $(LUFA_ROOT_PATH) - + %: \ No newline at end of file -- cgit v1.2.3