summaryrefslogtreecommitdiff
path: root/tests/test-open.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-open.h')
-rw-r--r--tests/test-open.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-open.h b/tests/test-open.h
index f01523dc16..d3af8215d0 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__ >= 10
+#if __GNUC__ >= 13
# pragma GCC diagnostic ignored "-Wanalyzer-fd-leak"
#endif