diff --git a/cfg/std.cfg b/cfg/std.cfg index f01af34e0..3d4331fda 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -4570,7 +4570,8 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun 0: - + + @@ -4922,23 +4923,6 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun 0:255 - - - - - - - false - - - - - - - - - - diff --git a/test/cfg/std.c b/test/cfg/std.c index 7673b3ace..56e4f4027 100644 --- a/test/cfg/std.c +++ b/test/cfg/std.c @@ -3180,14 +3180,6 @@ void uninivar_strrchr(void) (void)strrchr(str,c); } -void uninivar_strbprk(void) -{ - char *cs; - char *ct; - // cppcheck-suppress uninitvar - (void)strbprk(cs,ct); -} - void uninivar_wcsrchr(void) { wchar_t* ws;