Closed
Bug 653564
Opened 14 years ago
Closed 14 years ago
ContentParent.cpp:654:53: warning: comparison between signed and unsigned integer expressions
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla6
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
1.09 KB,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
Filing bug on this warning:
> dom/ipc/ContentParent.cpp: In member function 'void mozilla::dom::ContentParent::SetChildMemoryReporters(const InfallibleTArray<mozilla::dom::MemoryReport>&)':
> dom/ipc/ContentParent.cpp:654:53: warning: comparison between signed and unsigned integer expressions
Simple fix - we're iterating up to nsCOMArray::Count() (a signed value) using "PRUint32 i".
i just wants to be signed.
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #528954 -
Flags: review?(doug.turner)
Updated•14 years ago
|
Attachment #528954 -
Flags: review?(doug.turner) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla6
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•