From f2ceca2afa4ed40cbc5ea399356ee0bb703c7808 Mon Sep 17 00:00:00 2001
From: PeiYong Zhang <peiyongz@apache.org>
Date: Tue, 2 Nov 2004 21:16:48 +0000
Subject: [PATCH] [Jira#1294] Compiler Warnings on IRIX with MIPSpro compiler
 ver 7.4

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176172 13f79535-47bb-0310-9956-ffa450edef68
---
 src/xercesc/dom/DOMDocument.hpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/xercesc/dom/DOMDocument.hpp b/src/xercesc/dom/DOMDocument.hpp
index c43fd5c25..f66ad8ff4 100644
--- a/src/xercesc/dom/DOMDocument.hpp
+++ b/src/xercesc/dom/DOMDocument.hpp
@@ -837,8 +837,9 @@ public:
      * Provide default implementation to maintain source code compatibility
      ***/
     virtual DOMDocumentType* createDocumentType(const XMLCh *qName,
-                                                const XMLCh *publicId,
-                                                const XMLCh *systemId)
+                                                const XMLCh*,  //publicId,
+                                                const XMLCh*   //systemId
+                                               )
     {
         return createDocumentType(qName);
     }
-- 
GitLab