Closed
Bug 615831
Opened 14 years ago
Closed 14 years ago
comparison between signed and unsigned integer expressions in nsBaseAppShell::RunSyncSections
Categories
(Core :: Widget, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0b8
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
787 bytes,
patch
|
neil
:
review+
joe
:
approval2.0+
|
Details | Diff | Splinter Review |
widget/src/xpwidgets/nsBaseAppShell.cpp: In member function ‘void nsBaseAppShell::RunSyncSections()’: 353: warning: comparison between signed and unsigned integer expressions
Assignee: nobody → timeless
Status: NEW → ASSIGNED
Attachment #494344 -
Flags: review?(neil)
Attachment #494344 -
Flags: approval2.0?
Comment 2•14 years ago
|
||
Comment on attachment 494344 [details] [diff] [review] patch >+ for (PRInt32 i=0; i<mSyncSections.Count(); i++) { Nit: would be nice to use standard spacing style here too i = 0; i < etc.
Attachment #494344 -
Flags: review?(neil) → review+
Keywords: checkin-needed
Keywords: checkin-needed
Updated•14 years ago
|
Attachment #494344 -
Flags: approval2.0? → approval2.0+
Keywords: checkin-needed
Comment 3•14 years ago
|
||
Landed (w/ spacing fix per comment 2): http://hg.mozilla.org/mozilla-central/rev/959e7a50a125
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
You need to log in
before you can comment on or make changes to this bug.
Description
•