Closed
Bug 678060
Opened 14 years ago
Closed 14 years ago
Fix c++0x initializer list error found by clang
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: espindola, Unassigned)
Details
Attachments
(1 file)
2.52 KB,
patch
|
jaas
:
review+
|
Details | Diff | Splinter Review |
Fix build with clang and c++0x.
ThemeMenuState is defined with a typedef from an integer type, not as an
enum. Because of that, we need to add explicit casts when "assigning" to
it in an initializer list.
Reporter | ||
Comment 1•14 years ago
|
||
Attachment #552218 -
Flags: review?(mh+mozilla)
Updated•14 years ago
|
Attachment #552218 -
Flags: review?(mh+mozilla) → review?(joshmoz)
Attachment #552218 -
Flags: review?(joshmoz) → review+
Reporter | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 2•14 years ago
|
||
Status: NEW → ASSIGNED
Keywords: checkin-needed
Whiteboard: [inbound]
Target Milestone: --- → mozilla8
Version: unspecified → Trunk
Updated•14 years ago
|
OS: Linux → Mac OS X
Hardware: x86_64 → All
Comment 3•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
•