summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2016-12-02 09:34:24 -0500
committerChris Michael <cp.michael@samsung.com>2016-12-02 09:34:24 -0500
commitba035ff807b986cbc4ab4615265e90c766fbf599 (patch)
tree9051b79a252772ea26f172b1f09baea0aeb640f9
parent7d8266995d0e4771f2fbe73e699705d2b8f90dc7 (diff)
downloadenlightenment-ba035ff807b986cbc4ab4615265e90c766fbf599.tar.gz
mark Ecore_Thread parameter as EINA_UNUSED
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/modules/temperature/e_mod_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/temperature/e_mod_main.c b/src/modules/temperature/e_mod_main.c
index fce1b8cfd8..c59d0e0d4b 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;