mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 10:54:33 +00:00
Bug 908514 (Part 2) - Fix "variable may be used uninitialized" warning in nsICODecoder.cpp. r=jrmuizel
This commit is contained in:
parent
6b56ec47c8
commit
2d68cf9437
@ -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…
x
Reference in New Issue
Block a user