You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by db...@apache.org on 2005/10/14 03:30:02 UTC

svn commit: r320963 - /xerces/c/trunk/src/xercesc/framework/ValidationContext.hpp

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: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org