mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 05:38:22 +01:00
fuzz_utils.cc: fix build error w/WEBP_REDUCE_SIZE
Correct (void) variable names. Bug: webp:380121350 Change-Id: I3ce8a4d34f60f9ec0a467fcb5958b0b7a2edabc9
This commit is contained in:
parent
a027aa93de
commit
74cd026edb
@ -76,9 +76,8 @@ int CropOrScale(WebPPicture* const pic, const CropOrScaleParams& params) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else // defined(WEBP_REDUCE_SIZE)
|
#else // defined(WEBP_REDUCE_SIZE)
|
||||||
(void)data;
|
(void)pic;
|
||||||
(void)size;
|
(void)params;
|
||||||
(void)bit_pos;
|
|
||||||
#endif // !defined(WEBP_REDUCE_SIZE)
|
#endif // !defined(WEBP_REDUCE_SIZE)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user