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=3385

*** shadow/3385 Mon Sep  3 08:32:18 2001
--- shadow/3385.tmp.17554       Mon Sep  3 08:32:18 2001
***************
*** 0 ****
--- 1,27 ----
+ +============================================================================+
+ | Error on build (with MSVC 5)                                               |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3385                        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                                   |
+ Compiler: MSVC 5.0
+ Error on build:
+ 
+ ..\xerces\src\validators\schema\SchemaElementDecl.cpp(244) : error 
+ C2202: 'getAttDefList' : not all control paths return a value
+ 
+ Workaround:
+ ...
+     throw;
+     return *((XMLAttDefList*)0);
+ }

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

Reply via email to