[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…
Reference in New Issue
Block a user