From f7d12f7f8014208c5c0b744d34b753d01bdf2ec2 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 5 Aug 2010 21:20:44 +0100 Subject: Some fixes for compiler warnings that only show up when compiling with -O2, and some additions to the Debian package description. --- protocols/yahoo/yahoo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/yahoo') diff --git a/protocols/yahoo/yahoo.c b/protocols/yahoo/yahoo.c index e926e60c..9f7a7896 100644 --- a/protocols/yahoo/yahoo.c +++ b/protocols/yahoo/yahoo.c @@ -820,7 +820,7 @@ int ext_yahoo_connect(const char *host, int port) static void byahoo_accept_conf( void *data ) { struct byahoo_conf_invitation *inv = data; - struct groupchat *b; + struct groupchat *b = NULL; GSList *l; for( l = inv->ic->groupchats; l; l = l->next ) -- cgit v1.2.3