Closed
Bug 1711820
Opened 2 years ago
Closed 2 years ago
[gcc 11] MoofParser.cpp:852:46: error: variable 'reserved' set but not used
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
[task 2021-05-19T01:47:42.001Z] 01:47:42 INFO - In file included from Unified_cpp_dom_media_mp40.cpp:65:
[task 2021-05-19T01:47:42.001Z] 01:47:42 INFO - /builds/worker/checkouts/gecko/dom/media/mp4/MoofParser.cpp: In member function 'mozilla::Result<mozilla::Ok, nsresult> mozilla::Tkhd::Parse(mozilla::Box&)':
[task 2021-05-19T01:47:42.001Z] 01:47:42 ERROR - /builds/worker/checkouts/gecko/dom/media/mp4/MoofParser.cpp:852:46: error: variable 'reserved' set but not used [-Werror=unused-but-set-variable]
[task 2021-05-19T01:47:42.001Z] 01:47:42 INFO - 852 | uint32_t creationTime, modificationTime, reserved, duration;
[task 2021-05-19T01:47:42.001Z] 01:47:42 INFO - | ^~~~~~~~
[task 2021-05-19T01:47:42.001Z] 01:47:42 ERROR - /builds/worker/checkouts/gecko/dom/media/mp4/MoofParser.cpp:865:14: error: variable 'reserved' set but not used [-Werror=unused-but-set-variable]
[task 2021-05-19T01:47:42.001Z] 01:47:42 INFO - 865 | uint32_t reserved;
[task 2021-05-19T01:47:42.001Z] 01:47:42 INFO - | ^~~~~~~~
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Updated•2 years ago
|
Blocks: build-gcc-11
Pushed by mh@glandium.org: https://hg.mozilla.org/integration/autoland/rev/2e0dabfee1c3 Avoid errors about unused `reserved` local variable. r=bryce
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•