Fix warnings 'implicit-fallthrough' of gcc 7
[src/app-framework-main.git] / src / mustach.c
index 03f3cb1..9868cff 100644 (file)
@@ -99,6 +99,7 @@ static int process(const char *template, struct mustach_itf *itf, void *closure,
                                template++;
                        }
                        c = '&';
+                       /*@fallthrough@*/
                case '^':
                case '#':
                case '/':