From 1c66bd52075a3529e0813e4051a31cbe6575de3c Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 9 Dec 2018 16:21:05 -0500 Subject: [PATCH] ... --- coders/png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/png.c b/coders/png.c index 59c7057cc..c80b4bcdc 100644 --- a/coders/png.c +++ b/coders/png.c @@ -10306,7 +10306,7 @@ static MagickBooleanType WriteOnePNGImage(MngInfo *mng_info, if (ping_bit_depth < (int) mng_info->write_png_depth) ping_bit_depth = mng_info->write_png_depth; } - + (void) old_bit_depth; image_depth=ping_bit_depth; if (logging != MagickFalse) -- 2.40.0