You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2001/09/03 17:32:18 UTC

[DO NOT REPLY: Bug 3385] New: Error on build (with MSVC 5)

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: xerces-c-dev@xml.apache.org                                  |
+ |  Reported By: PeterV@ti.com.od.ua                                          |
+ |      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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org