Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 372785e

Browse files
committed
Bug 1735295 - Fix unused-but-set-variable warning in TestDecoders.cpp. r=tnikkel
Differential Revision: https://phabricator.services.mozilla.com/D128170
1 parent df7a2c5 commit 372785e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

image/test/fuzzing/TestDecoders.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ using namespace mozilla::image;
3333
if (x) { \
3434
volatile int v; \
3535
v = 0; \
36+
(void)v; \
3637
}
3738

3839
class DecodeToSurfaceRunnableFuzzing : public Runnable {

0 commit comments

Comments
 (0)