You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by John Kelly <jo...@uk.ibm.com> on 2005/07/14 17:45:24 UTC

extra compiler warning checks




Also..
may i also suggest UPGRADING a couple of compiler warnings - to be added
just before the
line which blocks C4290 in buildInitialise.xml, as they are normally only
shown at warning level /W4  ?

   <compilerarg value="/w34189" if="msvc7" /> <!-- check for "local
variable is initialized but not referenced" -->
   <compilerarg value="/w34295" if="msvc7" /> <!-- check for "array is too
small to include a terminating null character" -->

note: so it doesn't affect most current developers, they only get added for
users of msvc7

regards
John