Closed
Bug 8945
Opened 27 years ago
Closed 27 years ago
Fix signed/unsigned mismatch
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: david, Assigned: beard)
Details
Attachments
(1 file)
|
330 bytes,
patch
|
Details | Diff | Splinter Review |
/dom/src/base/nsMimeTypeArray.cpp
for loop uses integer and compares to PRUint32.
Suggest using PRUint32 in for loop instead.
-dave
| Reporter | ||
Comment 1•27 years ago
|
||
Updated•27 years ago
|
Assignee: vidur → beard
Comment 2•27 years ago
|
||
Another one for you, Patrick.
| Assignee | ||
Updated•27 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•27 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•27 years ago
|
||
Code changed by warren.
Comment 4•27 years ago
|
||
Patrick, or david. Could you verify this bug or provide any testcase for me to
verify this one ?
| Reporter | ||
Updated•27 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 5•27 years ago
|
||
I can verify that VC6 no longer complains about type mismatches when
compiling nsMimeTypeArray.cpp.
(In fact it doesn't complain at all!)
I hope this is suitable verification
You need to log in
before you can comment on or make changes to this bug.
Description
•