[gnome-applets/wip/muktupavels/werror] geyes: fix -Wswitch-enum warning
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets/wip/muktupavels/werror] geyes: fix -Wswitch-enum warning
- Date: Sat, 4 Apr 2020 20:54:51 +0000 (UTC)
commit d8fc151efbdb07c400d1cc8d3fc7fb3cf5609aa3
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Sat Apr 4 22:21:45 2020 +0300
geyes: fix -Wswitch-enum warning
gnome-applets/geyes/geyes-applet.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/gnome-applets/geyes/geyes-applet.c b/gnome-applets/geyes/geyes-applet.c
index ff6b1e9b8..c2179bbab 100644
--- a/gnome-applets/geyes/geyes-applet.c
+++ b/gnome-applets/geyes/geyes-applet.c
@@ -39,6 +39,7 @@ gtk_align_to_gfloat (GtkAlign align)
case GTK_ALIGN_CENTER:
case GTK_ALIGN_FILL:
return 0.5;
+ case GTK_ALIGN_BASELINE:
default:
return 0.0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]