mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Removed "PNG_UNUSED()" inadvertently left in contrib/gregbook
/readpng2.c from the previous update.
This commit is contained in:
parent
151eb95305
commit
225af8f363
@ -474,7 +474,6 @@ static void readpng2_warning_handler(png_structp png_ptr, png_const_charp msg)
|
||||
{
|
||||
fprintf(stderr, "readpng2 libpng warning: %s\n", msg);
|
||||
fflush(stderr);
|
||||
PNG_UNUSED(png_ptr)
|
||||
(void)png_ptr; /* Unused */
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user