Closed Bug 1418573 Opened 7 years ago Closed 7 years ago

Remove -Wc++14-compat flag because we now compile with -std=c++14

Categories

(Firefox Build System :: General, enhancement)

enhancement
Not set
normal

Tracking

(firefox-esr52 unaffected, firefox57 unaffected, firefox58 unaffected, firefox59 fixed)

RESOLVED FIXED
mozilla59
Tracking Status
firefox-esr52 --- unaffected
firefox57 --- unaffected
firefox58 --- unaffected
firefox59 --- fixed

People

(Reporter: cpeterson, Assigned: cpeterson)

References

Details

Attachments

(1 file)

-Wc++14-compat warns about code whose meaning differs between C++11 and C++14. We want the new C++14 meanings, so we don't need to warn about these differences. We still want -Wc++1z-compat because we want to know about C++14 code whose meaning will change in C++17 or C++20.
Depends on: C++14
Comment on attachment 8929695 [details]
Bug 1418573 - Remove -Wc++14-compat flag because we now compile with -std=c++14.

https://reviewboard.mozilla.org/r/200982/#review206990

Thanks!
Attachment #8929695 - Flags: review?(giles) → review+
Pushed by rgiles@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4032eeea4615
Remove -Wc++14-compat flag because we now compile with -std=c++14. r=rillian
https://hg.mozilla.org/mozilla-central/rev/4032eeea4615
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Product: Core → Firefox Build System
See Also: → 1583714
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: