mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
marks_start_element(): initialize "value" to get rid of a compiler warning
This commit is contained in:
parent
6a278af6d2
commit
d30c31d6e1
@ -1423,7 +1423,7 @@ marks_start_element (GMarkupParseContext *context,
|
||||
;
|
||||
else if (strcmp (element_name, "mark") == 0)
|
||||
{
|
||||
gdouble value;
|
||||
gdouble value = 0;
|
||||
gboolean has_value = FALSE;
|
||||
GtkPositionType position = GTK_POS_BOTTOM;
|
||||
const gchar *msg_context = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user