From 5c223ec5d55d82ab8dd1fc81c7cea5caf36ade45 Mon Sep 17 00:00:00 2001 From: TingPing Date: Fri, 22 Nov 2013 16:53:50 -0500 Subject: Fix more warnings --- src/common/plugin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common/plugin.c') diff --git a/src/common/plugin.c b/src/common/plugin.c index 228983f3..45746777 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -1548,7 +1548,8 @@ hexchat_list_int (hexchat_plugin *ph, hexchat_list *xlist, const char *name) { guint32 hash = str_hash (name); gpointer data = ph->context; - int tmp, type = LIST_CHANNELS; + int tmp = 0; + int type = LIST_CHANNELS; /* a NULL xlist is a shortcut to current "channels" context */ if (xlist) -- cgit 1.4.1