瀏覽代碼

fix compilation warning.

Lee Thomason 12 年之前
父節點
當前提交
e693488742
共有 1 個文件被更改,包括 1 次插入1 次删除
  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().