mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 908514 (Part 2) - Fix "variable may be used uninitialized" warning in nsICODecoder.cpp. r=jrmuizel
This commit is contained in:
parent
30bf352632
commit
b83c6981a1
@ -550,7 +550,7 @@ nsPNGDecoder::info_callback(png_structp png_ptr, png_infop info_ptr)
|
||||
if (bit_depth == 16)
|
||||
png_set_scale_16(png_ptr);
|
||||
|
||||
qcms_data_type inType;
|
||||
qcms_data_type inType = QCMS_DATA_RGBA_8;
|
||||
uint32_t intent = -1;
|
||||
uint32_t pIntent;
|
||||
if (decoder->mCMSMode != eCMSMode_Off) {
|
||||
|
Loading…
Reference in New Issue
Block a user