提交 2ce672c0 authored 作者: Seven Du's avatar Seven Du 提交者: Anthony Minessale

FS-7500: fix compiler warning

上级 9645c85d
...@@ -615,8 +615,8 @@ SWITCH_DECLARE(switch_image_t *) switch_img_read_png(const char* file_name) ...@@ -615,8 +615,8 @@ SWITCH_DECLARE(switch_image_t *) switch_img_read_png(const char* file_name)
png_byte color_type; png_byte color_type;
png_byte bit_depth; png_byte bit_depth;
png_structp png_ptr; png_structp png_ptr = NULL;
png_infop info_ptr; png_infop info_ptr = NULL;
//int number_of_passes; //int number_of_passes;
int row_bytes; int row_bytes;
png_color_8p sig_bit; png_color_8p sig_bit;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论