fix compile warning 96/104796/1
authorlokilee73 <changjoo.lee@samsung.com>
Wed, 14 Dec 2016 09:44:52 +0000 (18:44 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Wed, 14 Dec 2016 09:44:58 +0000 (18:44 +0900)
Change-Id: I6594546693b2a8cd869f472af62e1426d8b12b07
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
src/overheat/overheat.c

index fb6ec0a..3803822 100755 (executable)
@@ -289,7 +289,7 @@ int overheat_popup(bundle *b, const struct popup_ops *ops)
        elm_object_text_set(label2, gl_text_get(2));
 
        /*  set timer  */
-       if (!ecore_timer_add(1, update_overtemp_time, label2)) {
+       if (!ecore_timer_add(1, (Ecore_Task_Cb)update_overtemp_time, label2)) {
                _E("Fail to set timer");
                return -EINVAL;
        }