billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=69fc67aa8b70178e7f9716efdec82e50937cbb61
commit 69fc67aa8b70178e7f9716efdec82e50937cbb61 Author: Boris Faure <bill...@gmail.com> Date: Wed Aug 16 21:42:23 2017 +0200 fix compilation on old efl --- src/bin/config.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bin/config.c b/src/bin/config.c index 642cc0e..56a34b2 100644 --- a/src/bin/config.c +++ b/src/bin/config.c @@ -545,6 +545,10 @@ config_new(void) return config; } +#ifndef EINA_FALLTHROUGH +#define EINA_FALLTHROUGH +#endif + Config * config_load(const char *key) { --