Closed
Bug 1801852
Opened 2 years ago
Closed 2 years ago
libwebrtc's copy of abseil causes way too many warnings about __has_trivial_destructor
Categories
(Core :: WebRTC, defect, P5)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: hsivonen, Assigned: mjf)
References
Details
Attachments
(1 file)
It looks like some aspect of bug 1779528 has regressed, and now when building locally on Linux x86_64 with mach-downloaded clang, there are so many warnings that reduce to
third_party/libwebrtc/third_party/abseil-cpp/absl/meta/type_traits.h:509:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins
that it's hard to see actually relevant errors in the scrollback.
Assignee | ||
Comment 1•2 years ago
|
||
Mike, any thoughts on this?
Severity: -- → S4
Flags: needinfo?(mh+mozilla)
Priority: -- → P5
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → mfroman
Flags: needinfo?(mfroman)
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Comment 5•2 years ago
|
||
Pushed by mfroman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c00df1bd59a8
Cherry-pick abseil-cpp e61fc6d8 to fix deprecated builtins warnings on linux. r=ng
Comment 7•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•