billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=3cbcbcd717560d77139d221e6a59b3871615d656
commit 3cbcbcd717560d77139d221e6a59b3871615d656 Author: Boris Faure <bill...@gmail.com> Date: Tue Jun 23 13:16:58 2020 +0200 theme.h: no need to define EINA_FALLTHROUGH --- src/bin/theme.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/bin/theme.h b/src/bin/theme.h index 3e6df7a..89d1bd4 100644 --- a/src/bin/theme.h +++ b/src/bin/theme.h @@ -13,16 +13,4 @@ const char *theme_path_get(const char *name); Eina_Bool utils_need_scale_wizard(void); -#if (ELM_VERSION_MAJOR == 1) && (ELM_VERSION_MINOR < 20) -# if __GNUC__ >= 7 -# define EINA_FALLTHROUGH __attribute__ ((fallthrough)); -# else -# define EINA_FALLTHROUGH -# endif -#else -# ifndef EINA_FALLTHROUGH -# define EINA_FALLTHROUGH -# endif -#endif - #endif --