Closed
Bug 1712954
Opened 4 years ago
Closed 4 years ago
Permanent image/test/fuzzing/TestDecoders.cpp:132:12: error: unused function 'RunDecodeToSurfaceFuzzingJXL' [-Werror,-Wunused-function] when Gecko 90 merges to Beta on 2021-05-31
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
VERIFIED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox88 | --- | unaffected |
firefox89 | --- | unaffected |
firefox90 | + | verified |
People
(Reporter: aryx, Assigned: aryx)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
[task 2021-05-26T12:42:44.918Z] 12:42:44 ERROR - /builds/worker/checkouts/gecko/image/test/fuzzing/TestDecoders.cpp:132:12: error: unused function 'RunDecodeToSurfaceFuzzingJXL' [-Werror,-Wunused-function]
[task 2021-05-26T12:42:44.918Z] 12:42:44 INFO - static int RunDecodeToSurfaceFuzzingJXL(nsCOMPtr<nsIInputStream> inputStream) {
[task 2021-05-26T12:42:44.918Z] 12:42:44 INFO - ^
The definition needs to be #ifdef MOZ_JXL
like its caller.
Flags: needinfo?(krosylight)
![]() |
Assignee | |
Comment 1•4 years ago
|
||
Bug 1712147 restricted JPEG-XL (controlled by preference image.jxl.enabled) to be only true
if MOZ_JXL is set and ifdef-ed the caller. This patch ifdef-s the function definition.
Updated•4 years ago
|
Assignee: nobody → aryx.bugmail
Status: NEW → ASSIGNED
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/a0e512875bf0
Only include RunDecodeToSurfaceFuzzingJXL if JXL built. r=tnikkel DONTBUILD
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Updated•4 years ago
|
Comment 5•4 years ago
|
||
Verified fixed with today's central-as-beta simulation
Status: RESOLVED → VERIFIED
Updated•4 years ago
|
Keywords: regression
Updated•4 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•