* ecore_thread: Fix the remaining comment from Vincent.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 4 Aug 2009 09:13:49 +0000 (09:13 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 4 Aug 2009 09:13:49 +0000 (09:13 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@41581 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/Ecore.h
src/lib/ecore/ecore_thread.c

index db95288..5d29ef8 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _ECORE_H
 #define _ECORE_H
 
+#include <Eina.h>
+
 #ifdef EAPI
 # undef EAPI
 #endif
@@ -59,8 +61,6 @@
 # include <signal.h>
 #endif
 
-#include <Eina.h>
-
 #ifndef TRUE
 # define TRUE 1
 #endif
index a9f7da3..06dab42 100644 (file)
@@ -117,7 +117,7 @@ _ecore_thread_worker(Ecore_Pipe *p)
 }
 
 static void
-_ecore_thread_handler(__UNUSED__ void *data, void *buffer, unsigned int nbyte)
+_ecore_thread_handler(void *data __UNUSED__, void *buffer, unsigned int nbyte)
 {
    Ecore_Pthread_Worker *work;