21 lines
648 B
Text
21 lines
648 B
Text
|
From 0780809731c8ab1c364202b1900d3df106b28626 Mon Sep 17 00:00:00 2001
|
||
|
From: Robert Ancell <robert.ancell@canonical.com>
|
||
|
Date: Wed, 14 Oct 2015 10:09:49 +0100
|
||
|
Subject: Fix some compiler warnings
|
||
|
|
||
|
--- backends/markup-tree.c.orig Tue Aug 16 04:59:31 2011
|
||
|
+++ backends/markup-tree.c Mon Feb 29 10:02:03 2016
|
||
|
@@ -3116,11 +3116,10 @@ parse_li_element (GMarkupParseContext *context,
|
||
|
ParseInfo *info,
|
||
|
GError **error)
|
||
|
{
|
||
|
- ParseState current_state;
|
||
|
GConfValue *value;
|
||
|
GConfValue *list;
|
||
|
|
||
|
- current_state = peek_state (info);
|
||
|
+ peek_state (info);
|
||
|
|
||
|
push_state (info, STATE_LI);
|
||
|
|