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/06/19 03:59:51 UTC

[Bug 2225] New: - assignment vs. comparison in if clause

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2225

*** shadow/2225	Mon Jun 18 18:59:51 2001
--- shadow/2225.tmp.21844	Mon Jun 18 18:59:51 2001
***************
*** 0 ****
--- 1,33 ----
+ +============================================================================+
+ | assignment vs. comparison in if clause                                     |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2225                        Product: Xerces-C                |
+ |       Status: NEW                         Version: 1.5                     |
+ |   Resolution:                            Platform: Alpha                   |
+ |     Severity: Normal                   OS/Version: Other                   |
+ |     Priority: Other                     Component: Samples/Tests           |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-c-dev@xml.apache.org                                  |
+ |  Reported By: Artur.Klauser@computer.org                                   |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ Two typos in ThreadTest and IThreadTest:
+ 
+ cxx: Warning:
+ /usr/local/bld/alphabetical/x/xerces-c-src1_5_0/tests/ThreadTest/ThreadTest.cpp,
+ line 418: 
+           use of "=" where "==" may have been intended
+     if (len = -1)
+ --------^
+ 
+ cxx: Warning:
+ /usr/local/bld/alphabetical/x/xerces-c-src1_5_0/tests/IThreadTest/IThreadTest.cpp,
+ line 448: 
+           use of "=" where "==" may have been intended
+     if (len = -1)
+ --------^
+ 
+ BTW, Bugzilla is missing a "Tru64" OS Category for Platform "Alpha".
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org