Closed
Bug 1991366
Opened 6 months ago
Closed 6 months ago
Suppress gcc's C++20 -Wdeprecated errors about implicit capture of `this`
Categories
(Firefox Build System :: General, task, P3)
Firefox Build System
General
Tracking
(firefox145 fixed)
RESOLVED
FIXED
145 Branch
| Tracking | Status | |
|---|---|---|
| firefox145 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
Suppress C++20 warnings about implicit capture of this until they are fixed in bug 1775161. gcc doesn't have a -Wdeprecated-this-capture flag like clang, so temporarily downgrade all gcc -Wdeprecated errors to warnings.
| Assignee | ||
Comment 1•6 months ago
|
||
Suppress C++20 warnings about implicit capture of this until they are fixed in bug 1775161. gcc doesn't have a -Wdeprecated-this-capture flag like clang, so temporarily downgrade all gcc -Wdeprecated errors to warnings.
Pushed by cpeterson@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/c65286a0e7a2
https://hg.mozilla.org/integration/autoland/rev/efb64c01808e
Suppress gcc's C++20 -Wdeprecated errors about implicit capture of `this`. r=firefox-build-system-reviewers,sergesanspaille
Status: NEW → RESOLVED
Closed: 6 months ago
status-firefox145:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 145 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•