aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/StaticAnalysisTest
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-03-09 21:28:44 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-03-09 21:28:44 +0000
commit663f9bd5f5592fb6670fa20cabdc65dea631739d (patch)
tree2cfb714fb0c2ef2251dd30aada2bb40adf16fd0c /BuildTests/StaticAnalysisTest
parent62c5a14fbba5bbd726c3ce536cc0923a34a79f66 (diff)
downloadlufa-663f9bd5f5592fb6670fa20cabdc65dea631739d.tar.gz
lufa-663f9bd5f5592fb6670fa20cabdc65dea631739d.tar.bz2
lufa-663f9bd5f5592fb6670fa20cabdc65dea631739d.zip
Update Doxygen documentation build scripts to fail if any warnings are generated.
Diffstat (limited to 'BuildTests/StaticAnalysisTest')
-rw-r--r--BuildTests/StaticAnalysisTest/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/BuildTests/StaticAnalysisTest/makefile b/BuildTests/StaticAnalysisTest/makefile
index 744120d87..474b25979 100644
--- a/BuildTests/StaticAnalysisTest/makefile
+++ b/BuildTests/StaticAnalysisTest/makefile
@@ -42,4 +42,5 @@ staticcheck:
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
+%:
+ \ No newline at end of file