From 300a05d6c6b578713c4b73509d0961d39d695bcd Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 5 Feb 2013 20:57:49 +0000 Subject: 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. --- LUFA/Drivers/USB/Class/Host/CDCClassHost.c | 1 - 1 file changed, 1 deletion(-) (limited to 'LUFA/Drivers/USB/Class/Host/CDCClassHost.c') diff --git a/LUFA/Drivers/USB/Class/Host/CDCClassHost.c b/LUFA/Drivers/USB/Class/Host/CDCClassHost.c index ea8cb84b0..2bf9943f4 100644 --- a/LUFA/Drivers/USB/Class/Host/CDCClassHost.c +++ b/LUFA/Drivers/USB/Class/Host/CDCClassHost.c @@ -468,7 +468,6 @@ static int CDC_Host_getchar_Blocking(FILE* Stream) } #endif -// cppcheck-suppress unusedFunction void CDC_Host_Event_Stub(void) { -- cgit v1.2.3