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=12848>. 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=12848 newline warning whist building Summary: newline warning whist building Product: Xerces-C++ Version: 2.1.0 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] This is in the CVS tree. XSDDOMParser.cpp:145:1: warning: no newline at end of file patch: Index: XSDDOMParser.cpp =================================================================== RCS file: /home/cvspublic/xml-xerces/c/src/xercesc/validators/schema/XSDDOMParser.cpp,v retrieving revision 1.6 diff -u -r1.6 XSDDOMParser.cpp --- XSDDOMParser.cpp 30 May 2002 16:39:07 -0000 1.6 +++ XSDDOMParser.cpp 20 Sep 2002 09:46:01 -0000 @@ -142,4 +142,4 @@ return fUserEntityHandler->resolveEntity(publicId, systemId, baseURI); return 0; -} \ No newline at end of file +} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
