marks_start_element(): initialize "value" to get rid of a compiler warning

This commit is contained in:
Michael Natterer 2009-08-27 21:11:28 +02:00
parent 6a278af6d2
commit d30c31d6e1

View File

@ -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;