From f2e7f24daaa43c0927130b6ed02c3ed17689b3ca Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 6 Sep 2024 13:36:15 +0200 Subject: Work around a gcc warning It seems that annotating sprintf with `write` makes gcc unhappy, as its analyser is unable to understand that we're checking if `__b != -1` before calling `__orig_snprintf`, so let's comment this annotation for now. --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index d29a87d..333f088 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -96,6 +96,8 @@ RUNTIME_TARGETS= \ test_send_static \ test_sendto_dynamic \ test_sendto_static \ + test_sprintf \ + test_sprintf_62 \ test_stpcpy_dynamic_write \ test_stpcpy_overwrite_over \ test_stpcpy_overwrite_under \ -- cgit v1.3