From 688ec2f47167fcca1c3e14854b69640479422794 Mon Sep 17 00:00:00 2001 From: zhuyaliang <15132211195@163.com> Date: Tue, 24 Oct 2023 19:56:51 +0800 Subject: Remove compilation warning fix data type format error --- applets/inhibit/inhibit-applet.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'applets/inhibit/inhibit-applet.c') diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c index ab64597..02f1862 100644 --- a/applets/inhibit/inhibit-applet.c +++ b/applets/inhibit/inhibit-applet.c @@ -202,6 +202,8 @@ gpm_applet_size_allocate_cb (GtkWidget *widget, case MATE_PANEL_APPLET_ORIENT_DOWN: size = allocation->height; break; + default: + break; } /* Scale to the actual size of the applet, don't quantize to original icon size */ -- cgit v1.2.1