Closed
Bug 1081561
Opened 10 years ago
Closed 10 years ago
Treat -Wignored-qualifiers warning as errors in SpiderMonkey C++ code
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox35 wontfix, firefox36 fixed)
RESOLVED
FIXED
mozilla36
People
(Reporter: cpeterson, Assigned: cpeterson)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.98 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
Bug 1044256 fixed the last -Wignored-qualifiers warning in SpiderMonkey's C++ code (a scalar return value marked const):
https://hg.mozilla.org/mozilla-central/rev/2ae98c304c5e
This patch moves SpiderMonkey's -Wignored-qualifiers warning to an error. SpiderMonkey's and Gecko's C code already has no -Wignored-qualifiers warnings and treats the warning as an error.
Attachment #8503670 -
Flags: review?(mh+mozilla)
Updated•10 years ago
|
Attachment #8503670 -
Flags: review?(mh+mozilla) → review+
Assignee | ||
Comment 1•10 years ago
|
||
status-firefox35:
--- → wontfix
status-firefox36:
--- → fixed
Comment 2•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•