Closed
Bug 1633286
Opened 5 years ago
Closed 5 years ago
Replace MOZ_MUST_USE with [[nodiscard]] in dom/media
Categories
(Core :: Audio/Video, task, P3)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
The MOZ_MUST_USE macro is defined as clang's and gcc's nonstandard attribute((warn_unused_result)). Now that we compile as C++17 by default (bug 1560664), we can replace MOZ_MUST_USE with C++17's standard [[nodiscard]] attribute.
Assignee | ||
Comment 1•5 years ago
|
||
Oops! I accidentally landed this bug's patches linking to the wrong bug number:
https://bugzilla.mozilla.org/show_bug.cgi?id=1594529#c40
Pushed by cpeterson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1589fcd0929c
Replace MOZ_MUST_USE with [[nodiscard]] in dom/media/webaudio. r=padenot
https://hg.mozilla.org/integration/autoland/rev/63a755d0e9b1
Replace MOZ_MUST_USE with [[nodiscard]] in dom/media. r=bryce
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•