Parcourir la source

fix compilation warning.

Lee Thomason il y a 12 ans
Parent
commit
e693488742
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

@@ -2034,7 +2034,7 @@ public:
     }
 
 protected:
-	virtual bool CompactMode( const XMLElement& elem )	{ return _compactMode; };
+	virtual bool CompactMode( const XMLElement& )	{ return _compactMode; };
 
 	/** Prints out the space before an element. You may override to change
 	    the space and tabs used. A PrintSpace() override should call Print().