projects
/
platform
/
core
/
system
/
system-popup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd0a391
)
fix compile warning
96/104796/1
author
lokilee73
<changjoo.lee@samsung.com>
Wed, 14 Dec 2016 09:44:52 +0000
(18:44 +0900)
committer
lokilee73
<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
patch
|
blob
|
history
diff --git
a/src/overheat/overheat.c
b/src/overheat/overheat.c
index fb6ec0ae84094d513e2ea5ffcf395351a1c1183c..3803822e71d631c3e9f7247efb108d9583a3a6a1 100755
(executable)
--- a/
src/overheat/overheat.c
+++ b/
src/overheat/overheat.c
@@
-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;
}