elm test.c: Fixed build warning.

test.c:215:21: warning: ‘t’ may be used uninitialized in this function

SVN revision: 67171
This commit is contained in:
Daniel Juyung Seo 2012-01-13 05:28:09 +00:00
parent 912b8e3ca9
commit 1ab70cc671
1 changed files with 1 additions and 1 deletions

View File

@ -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;