mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-21 14:50:16 +00:00
FS-7500: fix compiler warning
This commit is contained in:
parent
dba3f8429d
commit
2841319037
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user