mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 02:30:19 +00:00
Correct almost all compiler warning issues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user