Author: cargilld
Date: Fri Oct 14 05:47:21 2005
New Revision: 321093
URL: http://svn.apache.org/viewcvs?rev=321093&view=rev
Log:
Apply fix from trunk to 2.7 branch.
Modified:
xerces/c/branches/xerces-2.7/src/xercesc/framework/ValidationContext.hpp
Modified:
xerces/c/branches/xerces-2.7/src/xercesc/framework/ValidationContext.hpp
URL:
http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/ValidationContext.hpp?rev=321093&r1=321092&r2=321093&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/ValidationContext.hpp
(original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/ValidationContext.hpp
Fri Oct 14 05:47:21 2005
@@ -91,8 +91,8 @@
* QName datatype handling
* Create default implementations for source code compatibility
*/
- virtual bool isPrefixUnknown(XMLCh* prefix) { return true; };
- virtual void setElemStack(ElemStack* elemStack) {};
+ virtual bool isPrefixUnknown(XMLCh* /* prefix */) { return true; };
+ virtual void setElemStack(ElemStack* /* elemStack */) {};
//@}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]