aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-03-25 12:29:15 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-03-25 12:29:15 +0000
commit5e5b7cf2cad72df3d6680da1be5232eef9cf6ece (patch)
tree9ae6b8119ea8f63dde3811e14a1eecc2539851cb /BuildTests
parent00b6b0140fa76845edaa894e0feb3287e4977c73 (diff)
downloadlufa-5e5b7cf2cad72df3d6680da1be5232eef9cf6ece.tar.gz
lufa-5e5b7cf2cad72df3d6680da1be5232eef9cf6ece.tar.bz2
lufa-5e5b7cf2cad72df3d6680da1be5232eef9cf6ece.zip
Tweak static analysis check BuildTest makefile argument order to make the call differences easier to determine.
Diffstat (limited to 'BuildTests')
-rw-r--r--BuildTests/StaticAnalysisTest/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/BuildTests/StaticAnalysisTest/makefile b/BuildTests/StaticAnalysisTest/makefile
index d447d1999..b065a9032 100644
--- a/BuildTests/StaticAnalysisTest/makefile
+++ b/BuildTests/StaticAnalysisTest/makefile
@@ -38,8 +38,8 @@ end:
@echo
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)
+ cppcheck --quiet --template=$(MESSAGE_TEMPLATE) $(INCLUDE_PATHS:%=-I%) $(EXCLUDE_LIST:%=-i%) --inline-suppr --force --check-config $(LUFA_ROOT_PATH)
+ cppcheck --quiet --template=$(MESSAGE_TEMPLATE) $(INCLUDE_PATHS:%=-I%) $(EXCLUDE_LIST:%=-i%) --inline-suppr --force --error-exitcode=1 --std=c99 --enable=all $(SUPPRESS_WARNINGS:%=--suppress=%) --inconclusive $(LUFA_ROOT_PATH)
%:
\ No newline at end of file