Author: dbertoni
Date: Thu Oct 13 18:30:01 2005
New Revision: 320963
URL: http://svn.apache.org/viewcvs?rev=320963&view=rev
Log:
Commented out unused parameters to quiet compiler warnings.
Modified:
xerces/c/trunk/src/xercesc/framework/ValidationContext.hpp
Modified: xerces/c/trunk/src/xercesc/framework/ValidationContext.hpp
URL:
http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/ValidationContext.hpp?rev=320963&r1=320962&r2=320963&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/ValidationContext.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/ValidationContext.hpp Thu Oct 13
18:30:01 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]