From f37a0398c3906551a94a119b5e8b5b729644edd1 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 8 Sep 2016 11:16:14 +0900 Subject: [PATCH] epp - document that fallthrough is intended --- src/bin/edje/epp/cpplib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/edje/epp/cpplib.c b/src/bin/edje/epp/cpplib.c index 5fb73756d2..1e9802feac 100644 --- a/src/bin/edje/epp/cpplib.c +++ b/src/bin/edje/epp/cpplib.c @@ -4298,6 +4298,7 @@ skip_if_group(cpp_reader * pfile, int any) validate_else(pfile, kt->type == T_ELSE ? "#else" : "#endif"); + /* this fall through is intened */ case T_ELIF: if (pfile->if_stack == CPP_BUFFER(pfile)->if_stack) {