From ac2c7a28da0b1bbed0fc92723c041b739b821977 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 12 Feb 2023 20:39:23 +0800 Subject: [PATCH] ; * src/textconv.c (textconv_query): Fix build on non-GCC compilers. --- src/textconv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/textconv.c b/src/textconv.c index e91e127b71c..d5db6d11717 100644 --- a/src/textconv.c +++ b/src/textconv.c @@ -279,6 +279,7 @@ textconv_query (struct frame *f, struct textconv_callback_struct *query) } default: + break; } /* Undo any changes to the excursion. */