From 220136e32a951dffe05ab4c3a117d67f4540680c Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 4 Nov 2007 07:22:23 +0000 Subject: Warning cleanup (bzr r4025) --- src/xml/simple-document.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/xml') diff --git a/src/xml/simple-document.h b/src/xml/simple-document.h index ab563139d..17e283f2a 100644 --- a/src/xml/simple-document.h +++ b/src/xml/simple-document.h @@ -73,9 +73,9 @@ protected: _initBindings(); } - SimpleNode *_duplicate(Document* doc) const - { - return new SimpleDocument(*this); + SimpleNode *_duplicate(Document* /*doc*/) const + { + return new SimpleDocument(*this); } private: -- cgit v1.2.3