You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by cb...@apache.org on 2005/07/13 00:17:16 UTC

cvs commit: ws-axis/c/build buildInitialize.xml

cblecken    2005/07/12 15:17:16

  Modified:    c/build  buildInitialize.xml
  Log:
  Suppress irrelevant warning on MSVC7
  
  Obtained from: John Kelly
  Submitted by:	Carsten Blecken
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.15      +1 -0      ws-axis/c/build/buildInitialize.xml
  
  Index: buildInitialize.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/buildInitialize.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- buildInitialize.xml	27 Jun 2005 13:51:52 -0000	1.14
  +++ buildInitialize.xml	12 Jul 2005 22:17:16 -0000	1.15
  @@ -53,6 +53,7 @@
   			<!-- Display all warnings -->
   			<compilerarg value="/W3"/>
   			<compilerarg value="/GX"/>
  +			<compilerarg value="/w44290"/>
   			<compilerarg value="/Gm" if="debug"/>
   			<compilerarg value="/ZI" if="debug"/>
   			<compilerarg value="/Od"/>