diff options
Diffstat (limited to 'tests/test-open.h')
-rw-r--r-- | tests/test-open.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-open.h b/tests/test-open.h index 05764356..369c926f 100644 --- a/tests/test-open.h +++ b/tests/test-open.h @@ -17,7 +17,7 @@ /* Written by Bruno Haible <bruno@clisp.org>, 2007. */ /* Tell GCC not to warn about the specific edge cases tested here. */ -#if __GNUC__ >= 13 +#if _GL_GNUC_PREREQ (13, 0) # pragma GCC diagnostic ignored "-Wanalyzer-fd-leak" #endif |