diff --git a/src/fmt.c b/src/fmt.c index 86e6d0b2f..73ef64ee4 100644 --- a/src/fmt.c +++ b/src/fmt.c @@ -910,7 +910,7 @@ fmt_paragraph (void) } /* Work around . */ -#if 13 <= __GNUC__ +#if __GNUC__ == 13 # pragma GCC diagnostic ignored "-Wanalyzer-use-of-uninitialized-value" #endif