devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=ba035ff807b986cbc4ab4615265e90c766fbf599

commit ba035ff807b986cbc4ab4615265e90c766fbf599
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Fri Dec 2 09:34:24 2016 -0500

    mark Ecore_Thread parameter as EINA_UNUSED
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/modules/temperature/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/temperature/e_mod_main.c 
b/src/modules/temperature/e_mod_main.c
index fce1b8c..c59d0e0 100644
--- a/src/modules/temperature/e_mod_main.c
+++ b/src/modules/temperature/e_mod_main.c
@@ -314,7 +314,7 @@ _temprature_check_notify(void *data, Ecore_Thread *th, void 
*msg)
 }
 
 static void
-_temprature_check_done(void *data, Ecore_Thread *th)
+_temprature_check_done(void *data, Ecore_Thread *th EINA_UNUSED)
 {
    Tempthread *tth  = data;
    const char *s;

-- 


Reply via email to