From 300a05d6c6b578713c4b73509d0961d39d695bcd Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 5 Feb 2013 20:57:49 +0000 Subject: Remove CPPCheck suppressions for unused functions, disable checking for them in the StaticAnalysisTest build test as it can't cope with GCC aliasing and mixed library/application code. --- Projects/Webserver/Lib/uIPManagement.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Projects') diff --git a/Projects/Webserver/Lib/uIPManagement.c b/Projects/Webserver/Lib/uIPManagement.c index af83262f6..d89b78778 100644 --- a/Projects/Webserver/Lib/uIPManagement.c +++ b/Projects/Webserver/Lib/uIPManagement.c @@ -189,7 +189,6 @@ static void uIPManagement_ProcessIncomingPacket(void) } /* If the packet contains an Ethernet frame, process it */ - // cppcheck-suppress redundantOperationIn if (uip_len > 0) { switch (((struct uip_eth_hdr*)uip_buf)->type) -- cgit v1.2.3