mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Re-enable cppcheck static analysis unused function checks after adding in special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos.
This commit is contained in:
@@ -352,6 +352,7 @@ static int CDC_Device_getchar_Blocking(FILE* Stream)
|
||||
}
|
||||
#endif
|
||||
|
||||
// cppcheck-suppress unusedFunction
|
||||
void CDC_Device_Event_Stub(void)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user