Closed
Bug 1613074
Opened 5 years ago
Closed 5 years ago
Enable -Wunused-function & -Wunused-variable at the build phase
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox74 fixed)
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We fixed a bunch of the issues. I think it is ready to be enabled by default.
Assignee | ||
Updated•5 years ago
|
Product: Core → Firefox Build System
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
No longer blocks: buildwarning
Assignee | ||
Updated•5 years ago
|
Blocks: buildwarning
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b59b628a7af6
Enable -Wunused-function & -Wunused-variable at the build phase r=froydnj
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
Comment 4•5 years ago
|
||
Why do we need to manually enable -Wunused-function and -Wunused-variable? Aren't they implicitly enabled by -Wunused, which is implicitly enabled by -Wall?
You need to log in
before you can comment on or make changes to this bug.
Description
•