mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +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:
@@ -32,7 +32,6 @@
|
||||
#define __INCLUDE_FROM_USB_DRIVER
|
||||
#include "Events.h"
|
||||
|
||||
// cppcheck-suppress unusedFunction
|
||||
void USB_Event_Stub(void)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user