Re-enable cppcheck static analysis unused function checks after adding in special...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Host / CDCClassHost.c
index e1a972f..63df6b0 100644 (file)
@@ -504,6 +504,7 @@ static int CDC_Host_getchar_Blocking(FILE* Stream)
 }
 #endif
 
+// cppcheck-suppress unusedFunction
 void CDC_Host_Event_Stub(void)
 {