From: Po Lu Date: Sun, 12 Feb 2023 12:39:23 +0000 (+0800) Subject: ; * src/textconv.c (textconv_query): Fix build on non-GCC compilers. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac2c7a28da0b1bbed0fc92723c041b739b821977;p=emacs.git ; * src/textconv.c (textconv_query): Fix build on non-GCC compilers. --- 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. */