projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1606881
)
elm test.c: Fixed build warning.
author
Daniel Juyung Seo
<seojuyung2@gmail.com>
Fri, 13 Jan 2012 05:28:09 +0000
(
05:28
+0000)
committer
Daniel Juyung Seo
<seojuyung2@gmail.com>
Fri, 13 Jan 2012 05:28:09 +0000
(
05:28
+0000)
test.c:215:21: warning: âtâ may be used uninitialized in this function
SVN revision: 67171
src/bin/test.c
patch
|
blob
|
history
diff --git
a/src/bin/test.c
b/src/bin/test.c
index
27b3165
..
b5af690
100644
(file)
--- a/
src/bin/test.c
+++ b/
src/bin/test.c
@@
-212,7
+212,7
@@
my_win_main(char *autorun, Eina_Bool test_win_only)
Evas_Object *fr = NULL, *tg = NULL, *sc = NULL, *ic = NULL;
Evas_Object *tbx = NULL, *cfr = NULL, *tbx2 = NULL, *bt = NULL;
Eina_List *tests, *l;
- struct elm_test *t;
+ struct elm_test *t
= NULL
;
void *tt;
if (test_win_only) goto add_tests;