mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-04 06:33:03 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user