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:
Dean Camera 2013-02-05 20:57:49 +00:00
parent 7ce76f2d81
commit 300a05d6c6
8 changed files with 6 additions and 9 deletions

View file

@ -332,7 +332,6 @@ static int CDC_Device_getchar_Blocking(FILE* Stream)
}
#endif
// cppcheck-suppress unusedFunction
void CDC_Device_Event_Stub(void)
{