diff options
Diffstat (limited to 'src/bin/e_fm_op.c')
-rw-r--r-- | src/bin/e_fm_op.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/e_fm_op.c b/src/bin/e_fm_op.c index d0bc6bffd1..4f7f5a7ce4 100644 --- a/src/bin/e_fm_op.c +++ b/src/bin/e_fm_op.c @@ -521,7 +521,7 @@ _e_fm_op_remove_link_task(E_Fm_Op_Task *task) * did not actually read enough data. */ static Eina_Bool -_e_fm_op_stdin_data(void *data __UNUSED__, Ecore_Fd_Handler *fd_handler) +_e_fm_op_stdin_data(void *data EINA_UNUSED, Ecore_Fd_Handler *fd_handler) { int fd; static char *buf = NULL; @@ -730,7 +730,7 @@ _e_fm_op_idler_handle_error(int *mark, Eina_List **queue, Eina_List **node, E_Fm * After this, just finish everything. */ static Eina_Bool -_e_fm_op_work_idler(void *data __UNUSED__) +_e_fm_op_work_idler(void *data EINA_UNUSED) { /* E_Fm_Op_Task is marked static here because _e_fm_op_work_queue can be populated with another * tasks between calls. So it is possible when a part of file is copied and then @@ -820,7 +820,7 @@ _e_fm_op_work_idler(void *data __UNUSED__) * for those files. And we don't have _e_fm_op_separator here. */ Eina_Bool -_e_fm_op_scan_idler(void *data __UNUSED__) +_e_fm_op_scan_idler(void *data EINA_UNUSED) { static Eina_List *node = NULL; E_Fm_Op_Task *task = NULL; |