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:
@@ -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);
|
fprintf(stderr, "readpng2 libpng warning: %s\n", msg);
|
||||||
fflush(stderr);
|
fflush(stderr);
|
||||||
PNG_UNUSED(png_ptr)
|
|
||||||
(void)png_ptr; /* Unused */
|
(void)png_ptr; /* Unused */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user