mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Fix "discards ‘const’ qualifier" warnings
This commit is contained in:
parent
610ab2dafa
commit
9dd836b876
3 changed files with 3 additions and 3 deletions
|
|
@ -1424,7 +1424,7 @@ void themes_reload(void)
|
|||
change_theme(settings_get_str("theme"), FALSE);
|
||||
|
||||
while (refs != NULL) {
|
||||
gconstpointer tmp = refs->data;
|
||||
void *tmp = refs->data;
|
||||
refs = g_slist_remove(refs, refs->data);
|
||||
theme_unref(tmp);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue