diff --git a/test/cfg/std.c b/test/cfg/std.c index f01c4afc0..300674530 100644 --- a/test/cfg/std.c +++ b/test/cfg/std.c @@ -3579,6 +3579,7 @@ void ignoredReturnValue_abs(int i) // cppcheck-suppress ignoredReturnValue abs(i); // cppcheck-suppress constStatement + // cppcheck-suppress ignoredReturnValue abs(-100); }