ecore evas wayland - add explicit falltrhough tags for warning removal

This commit is contained in:
Carsten Haitzler 2017-08-06 11:50:49 +09:00
parent 432b9b1dcd
commit d954510b10
1 changed files with 2 additions and 0 deletions

View File

@ -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)