From 1ab70cc67167ea63c4d10721251f6e6c9a302599 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Fri, 13 Jan 2012 05:28:09 +0000 Subject: [PATCH] =?UTF-8?q?elm=20test.c:=20Fixed=20build=20warning.=20test?= =?UTF-8?q?.c:215:21:=20warning:=20=E2=80=98t=E2=80=99=20may=20be=20used?= =?UTF-8?q?=20uninitialized=20in=20this=20function?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN revision: 67171 --- legacy/elementary/src/bin/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/bin/test.c b/legacy/elementary/src/bin/test.c index 27b316505a..b5af6902d2 100644 --- a/legacy/elementary/src/bin/test.c +++ b/legacy/elementary/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;