Closed
Bug 590436
Opened 14 years ago
Closed 14 years ago
nsCSSParser.cpp failed to compile with Sun Studio compiler
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0b8
People
(Reporter: ginnchen+exoracle, Assigned: ginnchen+exoracle)
Details
Attachments
(1 file)
2.16 KB,
patch
|
roc
:
review+
benjamin
:
approval2.0+
|
Details | Diff | Splinter Review |
"../../../mozilla-central/layout/style/nsCSSParser.cpp", line 443: Error: A class with a reference member must have a user-defined constructor.
"../../../mozilla-central/layout/style/nsCSSParser.cpp", line 6163: Error: Expected an expression.
"../../../mozilla-central/layout/style/nsCSSParser.cpp", line 6172: Error: Use ";" to terminate statements.
3 Error(s) and 2 Warning(s) detected.
Attachment #468974 -
Flags: review?(roc) → review+
Attachment #468974 -
Flags: approval2.0?
+ BackgroundParseState::BackgroundParseState(
I should change it to
+ BackgroundParseState(
to make it compile with gcc 4.3.
Updated•14 years ago
|
Attachment #468974 -
Flags: approval2.0? → approval2.0+
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
You need to log in
before you can comment on or make changes to this bug.
Description
•