diff --git a/test/cfg/std.c b/test/cfg/std.c index f8c41bd3a..ca2c7d9fe 100644 --- a/test/cfg/std.c +++ b/test/cfg/std.c @@ -9,6 +9,7 @@ #include #include +#include // frexp void strcpy_ok(char *a, char *b) { strcpy(a,b); @@ -118,5 +119,6 @@ void nullpointerMemchr3(char *p) { } void nullpointerMemcmp(char *p) { + // cppcheck-suppress nullPointer memcmp(p, 0, 123); }