Closed
Bug 677641
Opened 13 years ago
Closed 13 years ago
Fix c++0x initializer list error found by clang
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: espindola, Assigned: espindola)
Details
Attachments
(1 file)
1.39 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #551844 -
Flags: review?(mh+mozilla)
Assignee | ||
Comment 1•13 years ago
|
||
The first field in a MDLocationDescriptor is a u_int32_t, so change this cast to the correct type. This fixes an error newer clang versions find in c++ 0x mode.
See http://llvm.org/viewvc/llvm-project/?view=rev&revision=136181 for more
information.
Updated•13 years ago
|
Attachment #551844 -
Flags: review?(mh+mozilla) → review?(ted.mielczarek)
Comment 2•13 years ago
|
||
Committed Breakpad r824
Comment 3•13 years ago
|
||
Comment on attachment 551844 [details] [diff] [review]
Fix cast to the correct type
You're welcome to land this in m-c as well.
Attachment #551844 -
Flags: review?(ted.mielczarek) → review+
Updated•13 years ago
|
Assignee: nobody → respindola
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
You need to log in
before you can comment on or make changes to this bug.
Description
•