Fix compilation warnings for enventor application.

This commit is contained in:
Mykyta Biliavskyi 2015-09-15 17:42:03 +00:00
parent c8fdf43e9a
commit e2cc943e77
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ default_template_insert(app_data *ad)
}
static Eina_Bool
alt_func(app_data *ad, Evas_Event_Key_Down *event)
alt_func(app_data *ad EINA_UNUSED, Evas_Event_Key_Down *event)
{
if (evas_key_modifier_is_set(event->modifiers, "Shift") ||
evas_key_modifier_is_set(event->modifiers, "Ctrl"))