edje util - handle missing case in switch

This commit is contained in:
Carsten Haitzler 2018-11-09 12:22:58 +00:00
parent 65e9ad0b03
commit ff2765c4af
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ _edje_user_definition_free(Edje_User_Defined *eud)
case EDJE_USER_DRAG_PAGE:
case EDJE_USER_DRAG_VALUE:
case EDJE_USER_DRAG_SIZE:
case EDJE_USER_TEXT_EXPAND:
break;
}