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);