mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
Fix compiler warnings.
This commit is contained in:
parent
cf0bd12e6c
commit
901af8fec8
@ -1366,8 +1366,8 @@ gtk_css_provider_get_style_property (GtkStyleProvider *provider,
|
|||||||
if (val &&
|
if (val &&
|
||||||
(info->state == 0 ||
|
(info->state == 0 ||
|
||||||
info->state == state ||
|
info->state == state ||
|
||||||
(info->state & state) != 0 &&
|
((info->state & state) != 0 &&
|
||||||
(info->state & ~(state)) == 0))
|
(info->state & ~(state)) == 0)))
|
||||||
{
|
{
|
||||||
const gchar *val_str;
|
const gchar *val_str;
|
||||||
|
|
||||||
|
@ -3275,7 +3275,7 @@ gtk_icon_info_load_symbolic_for_context (GtkIconInfo *icon_info,
|
|||||||
GdkPixbuf *pixbuf;
|
GdkPixbuf *pixbuf;
|
||||||
GdkRGBA *color = NULL;
|
GdkRGBA *color = NULL;
|
||||||
GdkRGBA rgba;
|
GdkRGBA rgba;
|
||||||
gchar *css_fg, *css_success;
|
gchar *css_fg = NULL, *css_success;
|
||||||
gchar *css_warning, *css_error;
|
gchar *css_warning, *css_error;
|
||||||
GtkStateFlags state;
|
GtkStateFlags state;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user