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: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
