[devel] Apply new PNG_WARNING_PARAMETERS macro in pngwutil.c

This commit is contained in:
Glenn Randers-Pehrson 2011-05-07 21:42:25 -05:00
parent c7822514cc
commit 492ef9c964

View File

@ -294,7 +294,7 @@ png_zlib_release(png_structp png_ptr)
if (ret != Z_OK)
{
png_const_charp err;
png_warning_parameters p;
PNG_WARNING_PARAMETERS(p)
switch (ret)
{