mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Mark 'limit' UNUSED in transform_range_check
Only affects release builds Signed-off-by: John Bowler <jbowler@acm.org>
This commit is contained in:
parent
43d0aa7218
commit
f33fe44b9f
@ -6370,6 +6370,8 @@ transform_range_check(png_const_structp pp, unsigned int r, unsigned int g,
|
||||
|
||||
png_error(pp, message);
|
||||
}
|
||||
|
||||
UNUSED(limit)
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user