Closed
Bug 427003
Opened 17 years ago
Closed 17 years ago
latest trunk doesn't compile on s390 - bad typecast when TARGET_XPCOM_ABI is not defined
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: stransky, Unassigned)
Details
Attachments
(1 file)
|
610 bytes,
patch
|
Details | Diff | Splinter Review |
The latest trunk doesn't compile when TARGET_XPCOM_ABI is not defined. (For instance on s390).
It's because of implicit conversion from const GREProperty * to GREProperty *.
Updated•17 years ago
|
Attachment #313589 -
Flags: review?(benjamin)
Updated•17 years ago
|
Component: General → XPCOM
Product: Firefox → Core
QA Contact: general → xpcom
Comment 1•17 years ago
|
||
Comment 2•17 years ago
|
||
Comment on attachment 313589 [details] [diff] [review]
proposed patch
Clearing review. Please mark this WORKFORME if it is indeed fixed.
Attachment #313589 -
Flags: review?(benjamin)
| Reporter | ||
Comment 3•17 years ago
|
||
Yes, it's fixed. closing.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•