Skip to content

Commit f577ea4

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 144dc35 commit f577ea4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)