From: Carsten Haitzler (Rasterman) Date: Sun, 6 Aug 2017 02:50:49 +0000 (+0900) Subject: ecore evas wayland - add explicit falltrhough tags for warning removal X-Git-Tag: submit/sandbox/upgrade/efl120/20180319.053334~3281 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d954510b10a667b2d7feb5ab23d35b422000267a;p=platform%2Fupstream%2Fefl.git ecore evas wayland - add explicit falltrhough tags for warning removal --- diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c index 1ee934d..b204956 100644 --- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c +++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c @@ -279,6 +279,8 @@ _ecore_evas_wl_common_resize(Ecore_Evas *ee, int w, int h) h -= ah; break; } + EINA_FALLTHROUGH; + /* no break */ default: val = (((h * ee->prop.aspect) - w) * step_w) / step_w; if (val > 0)