[libpng17] Imported from libpng-1.7.0beta36.tar

This commit is contained in:
Glenn Randers-Pehrson
2014-09-27 18:15:48 -05:00
parent 2799bf9a4f
commit 4a67ac3f1e
20 changed files with 64 additions and 32 deletions

View File

@@ -448,6 +448,8 @@ static void readpng2_end_callback(png_structp png_ptr, png_infop info_ptr)
/* all done */
(void)info_ptr; /* Unused */
return;
}
@@ -472,6 +474,7 @@ static void readpng2_warning_handler(png_structp png_ptr, png_const_charp msg)
{
fprintf(stderr, "readpng2 libpng warning: %s\n", msg);
fflush(stderr);
(void)png_ptr; /* Unused */
}