PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3523 *** shadow/3523 Mon Sep 10 07:20:57 2001 --- shadow/3523.tmp.7440 Mon Sep 10 07:20:57 2001 *************** *** 0 **** --- 1,22 ---- + +============================================================================+ + | SchemaElementDecl.cpp(242) : error C2202 : not all control paths return a | + +----------------------------------------------------------------------------+ + | Bug #: 3523 Product: Xerces-C++ | + | Status: NEW Version: Nightly build | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: Windows NT/2K | + | Priority: Other Component: Build | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + When compiling Nightly build 2001-08-30 with VC5.0 + + Inserting: "return *(XMLAttDefList*)0 ;" + as the last line in the definition of + XMLAttDefList& SchemaElementDecl::getAttDefList() const + fixes the problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
