Closed
Bug 281576
Opened 20 years ago
Closed 20 years ago
nsHttpConnectionMgr.cpp fails to build on 64-bit AIX
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 269823
People
(Reporter: pkwarren, Assigned: darin.moz)
Details
(Keywords: 64bit)
Attachments
(1 obsolete file)
I have just finished building my first 64-bit build of Mozilla for AIX in quite some time, and I get the following compilation error when building nsHttpConnectionMgr.cpp: "/home/pkw/sb/mozilla/devel-trunk/mozilla/netwerk/protocol/http/src/nsHttpConnectionMgr.cpp", line 894.32: 1540-0216 (S) An expression of type "void *" cannot be converted to type "PRUint32". "/home/pkw/sb/mozilla/devel-trunk/mozilla/netwerk/protocol/http/src/nsHttpConnectionMgr.cpp", line 895.32: 1540-0216 (S) An expression of type "void *" cannot be converted to type "PRUint32".
| Reporter | ||
Comment 1•20 years ago
|
||
Attachment #173809 -
Flags: superreview?(darin)
Attachment #173809 -
Flags: review?(cbiesinger)
Comment 2•20 years ago
|
||
hmm, bug 269823 is about the same piece of code...
| Reporter | ||
Comment 3•20 years ago
|
||
(In reply to comment #2) > hmm, bug 269823 is about the same piece of code... You are right. Marking as a duplicate. *** This bug has been marked as a duplicate of 269823 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Updated•20 years ago
|
Attachment #173809 -
Attachment is obsolete: true
Attachment #173809 -
Flags: superreview?(darin)
Attachment #173809 -
Flags: review?(cbiesinger)
You need to log in
before you can comment on or make changes to this bug.
Description
•