From 18a77356a424511e7ae1865d1554d20b4b5c51fb Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 5 Nov 2013 22:33:22 +0000 Subject: clean up compiler warnings --- rotord/src/xmlIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/xmlIO.cpp') diff --git a/rotord/src/xmlIO.cpp b/rotord/src/xmlIO.cpp index f2abe27..be5efc0 100644 --- a/rotord/src/xmlIO.cpp +++ b/rotord/src/xmlIO.cpp @@ -272,7 +272,7 @@ int xmlIO::getNumTags(const string& tag){ //grab the handle from the level we are at //normally this is the doc but could be a pushed node - TiXmlHandle tagHandle = storedHandle; + //TiXmlHandle tagHandle = storedHandle; int count = 0; -- cgit v1.2.3