summaryrefslogtreecommitdiff
path: root/src/fmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fmt.c')
-rw-r--r--src/fmt.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fmt.c b/src/fmt.c
index 4b97385ca..7805d0321 100644
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -915,6 +915,11 @@ fmt_paragraph (void)
word_limit->length = saved_length;
}
+/* Work around <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109628>. */
+#if 13 <= __GNUC__
+# pragma GCC diagnostic ignored "-Wanalyzer-use-of-uninitialized-value"
+#endif
+
/* Return the constant component of the cost of breaking before the
word THIS. */