From 0272b68b619ebed67f6dfa416d75b4d6cdd57c30 Mon Sep 17 00:00:00 2001 From: seoz Date: Wed, 27 Apr 2011 13:53:25 +0000 Subject: [PATCH] Elementary elm_conform.c: Fixed warnings. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@58960 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_conform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_conform.c b/src/lib/elm_conform.c index 2c514bc..a64c410 100644 --- a/src/lib/elm_conform.c +++ b/src/lib/elm_conform.c @@ -262,8 +262,8 @@ _autoscroll_mode_disable(Evas_Object *obj) */ static void -_conformant_move_resize_event_cb(void *data, Evas *e, Evas_Object *obj, - void *event_info) +_conformant_move_resize_event_cb(void *data __UNUSED__, Evas *e __UNUSED__, + Evas_Object *obj, void *event_info __UNUSED__) { Conformant_Part_Type part_type; Widget_Data *wd = elm_widget_data_get(obj); -- 2.7.4