mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 13:59:51 +02:00
fix some 'unused variable' warning
Change-Id: I1d2747480675b68f57d7ef7bf0b0010d267cb32b
This commit is contained in:
@ -176,6 +176,8 @@ static int WriteExtensions(VP8Encoder* const enc) {
|
||||
if (!VP8BitWriterAppend(bw, trailer, EXT_SIZE)) {
|
||||
return 0;
|
||||
}
|
||||
#else
|
||||
(void)enc; // remove 'unused variable' warning
|
||||
#endif
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user