Elementary elm_conform.c: Fixed warnings.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 27 Apr 2011 13:53:25 +0000 (13:53 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 27 Apr 2011 13:53:25 +0000 (13:53 +0000)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58960 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_conform.c

index 2c514bc..a64c410 100644 (file)
@@ -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);