Add UNUSED where needed.

SVN revision: 51359
This commit is contained in:
Christopher Michael 2010-08-18 21:24:03 +00:00
parent 496a3bb5b0
commit 0f8e879386
1 changed files with 1 additions and 1 deletions

View 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;