From: Koen van Greevenbroek Date: Fri, 3 Dec 2021 17:12:07 +0000 (+0100) Subject: Fix a compilation warning in pgtkterm.c X-Git-Tag: emacs-29.0.90~3621 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f638541785f0641f3010fa9c4393a4c32710d47e;p=emacs.git Fix a compilation warning in pgtkterm.c * src/pgtkterm.c (set_fullscreen_state): Fix a compilation warning (bug#52260). Copyright-paperwork-exempt: yes --- diff --git a/src/pgtkterm.c b/src/pgtkterm.c index 278316268f9..1fc8fa98a46 100644 --- a/src/pgtkterm.c +++ b/src/pgtkterm.c @@ -4277,6 +4277,7 @@ set_fullscreen_state (struct frame *f) case FULLSCREEN_WIDTH: case FULLSCREEN_HEIGHT: /* Not supported by gtk. Ignore them. */ + break; } f->want_fullscreen = FULLSCREEN_NONE;