From ceafde86adbd0b40107f9c6bd0e714ac6ec3a4dd Mon Sep 17 00:00:00 2001 From: Martin Ettl Date: Mon, 10 Aug 2015 23:09:56 +0200 Subject: [PATCH] Library: Removed not needed suppressions. --- test/cfg/std.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/cfg/std.c b/test/cfg/std.c index dca84acae..e3e2eb135 100644 --- a/test/cfg/std.c +++ b/test/cfg/std.c @@ -127,13 +127,10 @@ void nullpointer(int value){ // cppcheck-suppress ignoredReturnValue // cppcheck-suppress nullPointer strstr(0,0); - // cppcheck-suppress ignoredReturnValue // cppcheck-suppress nullPointer strtoul(0,0,0); - // cppcheck-suppress ignoredReturnValue // cppcheck-suppress nullPointer strtoull(0,0,0); - // cppcheck-suppress ignoredReturnValue // cppcheck-suppress nullPointer strtol(0,0,0);