You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/03/04 19:13:41 UTC

DO NOT REPLY [Bug 6843] - Removal of MSVC copiler warnings

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6843>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6843

Removal of MSVC copiler warnings

David_N_Bertoni@lotus.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From David_N_Bertoni@lotus.com  2002-03-04 18:13 -------
Such warnings can be done away with by just commenting out the parameter name --
 there's no need for this sort of macro.  In addition, the vast majority of 
such warnings are in the Microsoft library, and we are not in control of that 
source code.

The parameter names in Xalan have been left the way they are as an indication 
that work needs to be done on that particular function, not because we forgot 
to comment them out.