Closed
Bug 678022
Opened 14 years ago
Closed 14 years ago
Fix c++0x initializer list error found by clang
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: espindola, Assigned: espindola)
Details
Attachments
(1 file)
1.47 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
Fix build with clang and c++0x.
In c++0x one cannot use -1 in a position in an initializer list that
is unsigned. Use UINT_MAX instead.
Attachment #552194 -
Flags: review?(mh+mozilla)
Updated•14 years ago
|
Attachment #552194 -
Flags: review?(mh+mozilla) → review?(roc)
Attachment #552194 -
Flags: review?(roc) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Updated•14 years ago
|
Assignee: nobody → respindola
Comment 1•14 years ago
|
||
Status: NEW → ASSIGNED
Keywords: checkin-needed
Whiteboard: [inbound]
Target Milestone: --- → mozilla8
Version: unspecified → Trunk
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
You need to log in
before you can comment on or make changes to this bug.
Description
•