Tweak static analysis check BuildTest makefile argument order to make the call differ...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 25 Mar 2012 12:29:15 +0000 (12:29 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 25 Mar 2012 12:29:15 +0000 (12:29 +0000)
BuildTests/StaticAnalysisTest/makefile

index d447d19..b065a90 100644 (file)
@@ -38,8 +38,8 @@ end:
        @echo\r
 \r
 staticcheck:\r
        @echo\r
 \r
 staticcheck:\r
-       cppcheck --quiet --inline-suppr --check-config --template=$(MESSAGE_TEMPLATE) $(INCLUDE_PATHS:%=-I%) $(EXCLUDE_LIST:%=-i%) $(LUFA_ROOT_PATH)\r
-       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)\r
+       cppcheck --quiet --template=$(MESSAGE_TEMPLATE) $(INCLUDE_PATHS:%=-I%) $(EXCLUDE_LIST:%=-i%) --inline-suppr --force --check-config $(LUFA_ROOT_PATH)\r
+       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)\r
 \r
 %:\r
        
\ No newline at end of file
 \r
 %:\r
        
\ No newline at end of file