Correct almost all compiler warning issues

This commit is contained in:
RichardHitt
2013-01-19 12:33:16 -08:00
parent a46f89998c
commit 4e0daf047e
11 changed files with 27 additions and 27 deletions

View File

@@ -881,14 +881,11 @@ static int ul_tag = 0;
static gboolean
mg_populate_userlist (session *sess)
{
session_gui *gui;
if (!sess)
sess = current_tab;
if (is_session (sess))
{
gui = sess->gui;
if (sess->type == SESS_DIALOG)
mg_set_access_icon (sess->gui, NULL, sess->server->is_away);
else