Fix compiler warnings.
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user