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:
@@ -468,7 +468,6 @@ static int CDC_Host_getchar_Blocking(FILE* Stream)
|
||||
}
|
||||
#endif
|
||||
|
||||
// cppcheck-suppress unusedFunction
|
||||
void CDC_Host_Event_Stub(void)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user