From 62b732708a18fd4f1137f6ef7a155913b6d4c0cb Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Wed, 9 Feb 2011 05:10:29 +0000 Subject: [PATCH] =?UTF-8?q?(trunk=20gtk)=20msgwin.c:=20silence=20compiler?= =?UTF-8?q?=20warning=20"warning:=20=E2=80=98pinned=5Fto=5Fnew=E2=80=99=20?= =?UTF-8?q?may=20be=20used=20uninitialized=20in=20this=20function"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gtk/msgwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/msgwin.c b/gtk/msgwin.c index 08061df34..5d71b196c 100644 --- a/gtk/msgwin.c +++ b/gtk/msgwin.c @@ -58,7 +58,7 @@ static struct tr_msg_list * myHead = NULL; static gboolean is_pinned_to_new( struct MsgData * data ) { - gboolean pinned_to_new; + gboolean pinned_to_new = FALSE; if( data->view == NULL ) {