mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Add workaround for stupid compiler warning
Makes travis builds for TW, Debian and Arch fail.
This commit is contained in:
parent
5170a2d542
commit
fdd6897eee
@ -45,7 +45,7 @@ static void
|
||||
_occuptantswin_occupant(ProfLayoutSplit *layout, Occupant *occupant, gboolean showjid)
|
||||
{
|
||||
int colour;
|
||||
theme_item_t presence_colour;
|
||||
theme_item_t presence_colour = THEME_ROSTER_ONLINE; //init to workaround compiler warning
|
||||
|
||||
if (prefs_get_boolean(PREF_OCCUPANTS_COLOR_NICK)) {
|
||||
colour = theme_hash_attrs(occupant->nick);
|
||||
|
Loading…
x
Reference in New Issue
Block a user