diff options
Diffstat (limited to 'tests/test-setlocale_null-mt-all.c')
-rw-r--r-- | tests/test-setlocale_null-mt-all.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <config.h> /* Work around GCC bug 44511. */ -#if 4 < __GNUC__ + (3 <= __GNUC_MINOR__) +#if _GL_GNUC_PREREQ (4, 3) # pragma GCC diagnostic ignored "-Wreturn-type" #endif |