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.
This commit is contained in:
parent
7ce76f2d81
commit
300a05d6c6
8 changed files with 6 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue