Hi,

Thanks for checking out my post.

I would be very grateful for any advice on the following warnings I am
getting about the Xerces /framework code when compiling my own C++
application. 

In an effort to upgrade my code from Xerces 1.7, I have just installed
Xerces 2.3.0 on my Redhat 7.3 system and I am compiling using g++ 2.96.
The install of Xerces went very well and I tested it after the install
and all seemed fine. I built the Xerces code using g++ also :-


/home/mthomas/xerces-c-src_2_3_0/include/xercesc/framework/XMLAttDefList.hpp:
In method 
`xercesc_2_3::XMLAttDefList::XMLAttDefList (const
xercesc_2_3::XMLAttDefList &)':
/home/mthomas/xerces-c-src_2_3_0/include/xercesc/framework/XMLAttDefList.hpp:181:
warning: base 
class `class xercesc_2_3::XMemory' should be explicitly initialized in
the copy constructor

In file included from SRS_XMLWrapper.H:7,
                 from EventEpp.H:18,
                 from EPPReader.cpp:8:
/home/mthomas/xerces-c-src_2_3_0/include/xercesc/sax/SAXException.hpp: In
method 
`xercesc_2_3::SAXException::SAXException (const xercesc_2_3::SAXException
&)':
/home/mthomas/xerces-c-src_2_3_0-g++/include/xercesc/sax/SAXException.hpp:177:
warning: base class 
`class xercesc_2_3::XMemory' should be explicitly initialized in the copy
constructor


Thanks

Michael
RegisterPro

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to