From 9ffeac6992774224ebc279e346f99d5ed725bcd9 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 4 Mar 2012 16:15:59 +0000 Subject: Update code and StaticAnlysisTest so that missingInclude warnings do not have to be suppressed, and so that all code except for third party libraries can be checked. Update SingleUSBModeTest makefile to separate out the messages from the test commands. --- Projects/XPLAINBridge/XPLAINBridge.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Projects/XPLAINBridge') diff --git a/Projects/XPLAINBridge/XPLAINBridge.h b/Projects/XPLAINBridge/XPLAINBridge.h index ea1b77b71..f5c86c2f4 100644 --- a/Projects/XPLAINBridge/XPLAINBridge.h +++ b/Projects/XPLAINBridge/XPLAINBridge.h @@ -45,9 +45,10 @@ #include "AVRISPDescriptors.h" #include "USARTDescriptors.h" - - #include "Lib/SoftUART.h" + + // cppcheck-suppress missingInclude #include "Lib/V2Protocol.h" + #include "Lib/SoftUART.h" #include #include -- cgit v1.2.3