From: seoz Date: Wed, 27 Apr 2011 13:53:25 +0000 (+0000) Subject: Elementary elm_conform.c: Fixed warnings. X-Git-Tag: REL_F_I9200_20110722_1~8^2~50^2~429 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d80a45f35471b99c8fb26bf0a789ca5a6475abe8;p=framework%2Fuifw%2Felementary.git Elementary elm_conform.c: Fixed warnings. git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58960 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- 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);