projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d62cc53
)
eina: always initialize i.
author
Cedric BAIL
<cedric.bail@free.fr>
Tue, 26 Mar 2019 16:05:02 +0000
(12:05 -0400)
committer
Yeongjong Lee
<yj34.lee@samsung.com>
Tue, 2 Apr 2019 03:45:17 +0000
(12:45 +0900)
Reviewers: zmike, bu5hm4n, stefan_schmidt, devilhorns
Reviewed By: devilhorns
Subscribers: #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D8451
src/lib/eina/eina_promise.c
patch
|
blob
|
history
diff --git
a/src/lib/eina/eina_promise.c
b/src/lib/eina/eina_promise.c
index f2dc9cccac832aec1ac733b6c7f77d401e9a64c3..62a47576ce8376fd22a11610f47496666f2903a4 100644
(file)
--- a/
src/lib/eina/eina_promise.c
+++ b/
src/lib/eina/eina_promise.c
@@
-1205,7
+1205,7
@@
_race_then_cb(void *data, const Eina_Value v,
Eina_Promise *p = ctx->base.promise;
Eina_Bool found, r;
Eina_Value result;
- unsigned int i;
+ unsigned int i
= 0
;
//This is not allowed!
assert(v.type != &EINA_VALUE_TYPE_PROMISE);