mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 15:26:21 +00:00
Add builds.sr.ht CI for OpenBSD
* Add .builds/openbsd.yml for builds.sr.ht * Update travis-build.sh -> ci-build.sh with OpenBSD case * Fix libdl check in configure.ac (OpenBSD has libdl built-in) * Fix some minor issues found when compiling on OpenBSD with GCC (e.g. uninitialized variables)
This commit is contained in:
@@ -353,7 +353,7 @@ _rosterwin_contact(ProfLayoutSplit *layout, PContact contact)
|
||||
}
|
||||
|
||||
theme_item_t presence_colour = _get_roster_theme(theme_type, presence);
|
||||
int colour;
|
||||
int colour = 0;
|
||||
if (prefs_get_boolean(PREF_ROSTER_COLOR_NICK)) {
|
||||
colour = theme_hash_attrs(name);
|
||||
wattron(layout->subwin, colour);
|
||||
@@ -1290,4 +1290,3 @@ _filter_contacts_with_presence(GSList *contacts, const char *const presence)
|
||||
|
||||
return filtered_contacts;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user