peiyongz 2004/11/02 13:16:49 Modified: c/src/xercesc/dom DOMDocument.hpp Log: [Jira#1294] Compiler Warnings on IRIX with MIPSpro compiler ver 7.4 Revision Changes Path 1.20 +4 -3 xml-xerces/c/src/xercesc/dom/DOMDocument.hpp Index: DOMDocument.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/DOMDocument.hpp,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- DOMDocument.hpp 26 Sep 2004 15:38:02 -0000 1.19 +++ DOMDocument.hpp 2 Nov 2004 21:16:48 -0000 1.20 @@ -837,8 +837,9 @@ * 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); }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]