edje: clear up left over warning on fallthrough switch case statement.

This commit is contained in:
Cedric BAIL 2017-06-05 13:41:01 -07:00
parent deca2c4b0f
commit 31a1850265
1 changed files with 1 additions and 0 deletions

View File

@ -1990,6 +1990,7 @@ _edje_file_del(Edje *ed)
_edje_external_parsed_params_free(rp->typedata.swallow->swallowed_object, rp->param1.external_params);
if (rp->param2)
_edje_external_parsed_params_free(rp->typedata.swallow->swallowed_object, rp->param2->external_params);
EINA_FALLTHROUGH;
// fallthrough intentional
case EDJE_PART_TYPE_GROUP: