warnings: mark conditionally used parameters
This commit is contained in:
parent
a0e273fdca
commit
a978e75e7c
@ -402,6 +402,9 @@ TIFFInitZIP(TIFF* tif, int scheme)
|
|||||||
|
|
||||||
assert( (scheme == COMPRESSION_DEFLATE)
|
assert( (scheme == COMPRESSION_DEFLATE)
|
||||||
|| (scheme == COMPRESSION_ADOBE_DEFLATE));
|
|| (scheme == COMPRESSION_ADOBE_DEFLATE));
|
||||||
|
#ifdef NDEBUG
|
||||||
|
(void)scheme;
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Merge codec-specific tag information.
|
* Merge codec-specific tag information.
|
||||||
|
Loading…
Reference in New Issue
Block a user