Add UNUSED where needed.
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 18 Aug 2010 21:24:03 +0000 (21:24 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 18 Aug 2010 21:24:03 +0000 (21:24 +0000)
SVN revision: 51359

src/bin/e_order.c

index 706bf2c..5905746 100644 (file)
@@ -171,7 +171,7 @@ _e_order_cb_monitor_delay(void *data)
 }
 
 static void
-_e_order_cb_monitor(void *data, Ecore_File_Monitor *em, Ecore_File_Event event, const char *path)
+_e_order_cb_monitor(void *data, Ecore_File_Monitor *em __UNUSED__, Ecore_File_Event event __UNUSED__, const char *path __UNUSED__)
 {
    E_Order *eo = data;