From 4682deeb62247d34de87f8e777f99e2d337fd377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 20 Oct 2024 15:21:43 +0200 Subject: New upstream version 1.3 --- tests/test-setlocale_null-mt-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-setlocale_null-mt-all.c') diff --git a/tests/test-setlocale_null-mt-all.c b/tests/test-setlocale_null-mt-all.c index d565aa03..567a289f 100644 --- a/tests/test-setlocale_null-mt-all.c +++ b/tests/test-setlocale_null-mt-all.c @@ -19,7 +19,7 @@ #include /* Work around GCC bug 44511. */ -#if 4 < __GNUC__ + (3 <= __GNUC_MINOR__) +#if _GL_GNUC_PREREQ (4, 3) # pragma GCC diagnostic ignored "-Wreturn-type" #endif -- cgit v1.2.3