diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-11-25 09:55:32 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-11-25 09:55:32 +0000 |
commit | 3a677118403300cf50ae581d7f5b62f7f7b6ae61 (patch) | |
tree | efa6fe577ad994e508b350196fcb363586eea41c /legacy/ecore/src/lib/ecore/ecore_thread.c | |
parent | 1205ecd5daaf5f36d8b1557d17c2f715dc7ab63e (diff) |
Ecore: __UNUSED__ --> EINA_UNUSED
SVN revision: 79649
Diffstat (limited to '')
-rw-r--r-- | legacy/ecore/src/lib/ecore/ecore_thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/legacy/ecore/src/lib/ecore/ecore_thread.c b/legacy/ecore/src/lib/ecore/ecore_thread.c index 317e1bfc70..4937ef5290 100644 --- a/legacy/ecore/src/lib/ecore/ecore_thread.c +++ b/legacy/ecore/src/lib/ecore/ecore_thread.c | |||
@@ -276,7 +276,7 @@ _ecore_thread_handler(void *data) | |||
276 | 276 | ||
277 | #if 0 | 277 | #if 0 |
278 | static void | 278 | static void |
279 | _ecore_nothing_handler(void *data __UNUSED__, void *buffer __UNUSED__, unsigned int nbyte __UNUSED__) | 279 | _ecore_nothing_handler(void *data EINA_UNUSED, void *buffer EINA_UNUSED, unsigned int nbyte EINA_UNUSED) |
280 | { | 280 | { |
281 | } | 281 | } |
282 | #endif | 282 | #endif |
@@ -460,7 +460,7 @@ _ecore_direct_worker(Ecore_Pthread_Worker *work) | |||
460 | } | 460 | } |
461 | 461 | ||
462 | static void * | 462 | static void * |
463 | _ecore_thread_worker(void *data __UNUSED__) | 463 | _ecore_thread_worker(void *data EINA_UNUSED) |
464 | { | 464 | { |
465 | restart: | 465 | restart: |
466 | _ecore_short_job(PHS()); | 466 | _ecore_short_job(PHS()); |