Fix compilation warnings

This commit is contained in:
Gaël Bonithon
2021-01-20 19:38:53 +01:00
committed by Simon Steinbeiß
parent 56afa354cf
commit e25b5246b2
5 changed files with 5 additions and 8 deletions

View File

@@ -77,7 +77,7 @@ create_status_icon (void)
}
static gboolean
status_icon_get_visible ()
status_icon_get_visible (void)
{
return status_icon_or_null && gtk_status_icon_get_visible (status_icon_or_null);
}