Eliminate some more warnings

This commit is contained in:
Berke Viktor
2012-10-30 21:25:58 +01:00
parent 284dbfbe3d
commit cb0f6c8c91
11 changed files with 12 additions and 12 deletions

View File

@@ -2641,7 +2641,7 @@ static void
mg_nickclick_cb (GtkWidget *button, gpointer userdata)
{
fe_get_str (_("Enter new nickname:"), current_sess->server->nick,
mg_change_nick, 1);
mg_change_nick, (void *) 1);
}
/* make sure chanview and userlist positions are sane */