Dear all, When I #include <xercesc/sax2/SAX2XMLReader.hpp> in my source, I get gcc (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) warning "xerces_c/include/xercesc/framework/XMLPScanToken.hpp:182: warning: base class `class xercesc_2_4::XMemory' should be explicitly initialized in the copy constructor." A source file containing just that #include statement will result in this warning.
However, when I compile xerces_c/src/xercesc/parsers/SAX2XMLReaderImpl.cpp, which indirectly includes the same file, I do NOT get that warning. Does anybody know (or dare to guess) why I get the warning on my code, but not for xerces source? I am using the CVS version of xerces. Thanks in advance. Jeroen. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]