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=25085>. 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=25085 Compiler warnings in DOMCasts.hpp Summary: Compiler warnings in DOMCasts.hpp Product: Xerces-C++ Version: Nightly build (please specify the date) Platform: PC OS/Version: Linux Status: NEW Severity: Minor Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] DOMCasts.hpp: In function `xercesc_2_4::DOMNode* xercesc_2_4::castToNode(const xercesc_2_4::DOMParentNode*)': DOMCasts.hpp:148: warning: invalid offsetof from non-POD type `class xercesc_2_4::DOMElementImpl'; use pointer to member instead DOMCasts.hpp: In function `xercesc_2_4::DOMNode* xercesc_2_4::castToNode(const xercesc_2_4::DOMNodeImpl*)': DOMCasts.hpp:154: warning: invalid offsetof from non-POD type `class xercesc_2_4::DOMElementImpl'; use pointer to member instead DOMCasts.hpp: In function `xercesc_2_4::DOMNodeImpl* xercesc_2_4::castToNodeImpl(const xercesc_2_4::DOMParentNode*)': DOMCasts.hpp:162: warning: invalid offsetof from non-POD type `class xercesc_2_4::DOMElementImpl'; use pointer to member instead DOMCasts.hpp:163: warning: invalid offsetof from non-POD type `class xercesc_2_4::DOMElementImpl'; use pointer to member instead I use Xerces C++ from CVS, updated the afternoon of 29 November 2003. My OS is RedHat 9. My c++ compiler is: `g++ -v` Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux Thread model: posix gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
