summaryrefslogtreecommitdiff
path: root/backends/markup-tree.c
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-10-14 10:09:49 +0100
committerRobert Ancell <robert.ancell@canonical.com>2015-10-14 10:09:49 +0100
commit0780809731c8ab1c364202b1900d3df106b28626 (patch)
treeab9010535a69863d4cb8f50b164f38efabaa5183 /backends/markup-tree.c
parent4ef012c2a62d9abd759adb3aeb9d3b9cee17f721 (diff)
downloadgconf-0780809731c8ab1c364202b1900d3df106b28626.tar.gz
Fix some compiler warningsHEADmaster
Diffstat (limited to 'backends/markup-tree.c')
-rw-r--r--backends/markup-tree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/markup-tree.c b/backends/markup-tree.c
index 4857caec..be975f49 100644
--- a/backends/markup-tree.c
+++ b/backends/markup-tree.c
@@ -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);