提交 fd8ef4c4 编写于 作者: G Glenn Randers-Pehrson

[libpng16] Add #ifdef PNG_DEBUG/#endif around normally unreachable code

in pngread.c
上级 4e1d299e
......@@ -3630,8 +3630,10 @@ png_image_read_background(png_voidp argument)
}
break;
#ifdef PNG_DEBUG
default:
png_error(png_ptr, "unexpected bit depth");
#endif
}
return 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册