You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/08/05 20:32:53 UTC

cvs commit: xml-xalan/c/src/XSLT ResultTreeFragBaseNodeRefListBaseProxy.cpp

dbertoni    2002/08/05 11:32:53

  Modified:    c/src/XSLT ResultTreeFragBaseNodeRefListBaseProxy.cpp
  Log:
  Make sure unused parameter is not there in release builds.
  
  Revision  Changes    Path
  1.2       +4 -0      xml-xalan/c/src/XSLT/ResultTreeFragBaseNodeRefListBaseProxy.cpp
  
  Index: ResultTreeFragBaseNodeRefListBaseProxy.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ResultTreeFragBaseNodeRefListBaseProxy.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ResultTreeFragBaseNodeRefListBaseProxy.cpp	5 Aug 2002 04:50:06 -0000	1.1
  +++ ResultTreeFragBaseNodeRefListBaseProxy.cpp	5 Aug 2002 18:32:53 -0000	1.2
  @@ -87,7 +87,11 @@
   
   
   XalanNode*
  +#if defined(NDEBUG)
  +ResultTreeFragBaseNodeRefListBaseProxy::item(size_type) const
  +#else
   ResultTreeFragBaseNodeRefListBaseProxy::item(size_type	index) const
  +#endif
   {
   	assert(index == 0);
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org