Fix fallthrough warnings
[src/app-framework-binder.git] / src / wrap-json.c
index 271a825..164e127 100644 (file)
@@ -525,6 +525,7 @@ static int vunpack(struct json_object *object, const char *desc, va_list args, i
                                goto invalid_character;
                        if (!ignore && top->index != top->count)
                                goto incomplete;
+                       /*@fallthrough@*/
                case '*':
                        acc = xacc;
                        continue;