You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Peter A. Volchek" <Pe...@ti.com.od.ua> on 2001/06/04 18:42:00 UTC

VC5 warning

Hi guys,
after you made changes to VCPPDefs.hpp (by may request) VC5 complains on the
following:
F:\code\ibmxml\xerces\src\util/Compilers/VCPPDefs.hpp(181) : warning C4615:
#pragma warning : unknown user warning type

You might probably leave your code, but wrap it to #, like:

#if _MSC_VER == 1200 /* VC++ 6.0 */

class IDOM_Document;
inline void operator delete(void* ptr, IDOM_Document *doc)
{
    return;
}

#endif

Thanks for quick response,
Yours

Peter A. Volchek
Software Engineer
Metis International, Inc.
PeterV@ti.com.od.ua



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org