diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-11-21 20:26:23 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-11-21 20:26:23 +0000 |
commit | 8fbf5fda24392d2a2ee19d6f40699a5de29da662 (patch) | |
tree | ac79c447bc4897d8cc350068504f184fdb8e4cfa /src/xmlreader.cpp | |
parent | 2bb05378f31311c353d43688fa753822ab9a6461 (diff) | |
download | libbu++-8fbf5fda24392d2a2ee19d6f40699a5de29da662.tar.gz libbu++-8fbf5fda24392d2a2ee19d6f40699a5de29da662.tar.bz2 libbu++-8fbf5fda24392d2a2ee19d6f40699a5de29da662.tar.xz libbu++-8fbf5fda24392d2a2ee19d6f40699a5de29da662.zip |
Everything in libbu++ now passes -Wall, this should have been done a long time
ago.
Diffstat (limited to '')
-rw-r--r-- | src/xmlreader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmlreader.cpp b/src/xmlreader.cpp index d51568c..18df69c 100644 --- a/src/xmlreader.cpp +++ b/src/xmlreader.cpp | |||
@@ -71,7 +71,6 @@ bool XmlReader::buildDoc() | |||
71 | 71 | ||
72 | void XmlReader::textDecl() | 72 | void XmlReader::textDecl() |
73 | { | 73 | { |
74 | char chr; | ||
75 | if( getChar() == '<' && getChar( 1 ) == '?' ) | 74 | if( getChar() == '<' && getChar( 1 ) == '?' ) |
76 | { | 75 | { |
77 | usedChar( 2 ); | 76 | usedChar( 2 ); |