Kaydet (Commit) 2ecc29df authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: value that is never used

Change-Id: If4707a661a447e5053df83c431ac9f4dab8ff5ae
üst f0f0d90b
...@@ -349,8 +349,7 @@ BitmapEx PNGReaderImpl::GetBitmapEx( const Size& rPreviewSizeHint ) ...@@ -349,8 +349,7 @@ BitmapEx PNGReaderImpl::GetBitmapEx( const Size& rPreviewSizeHint )
} }
// parse the remaining chunks // parse the remaining chunks
bool bRetFromNextChunk; while (mbStatus && !mbIDAT && ReadNextChunk())
while( mbStatus && !mbIDAT && (bRetFromNextChunk = ReadNextChunk()) )
{ {
switch( mnChunkType ) switch( mnChunkType )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment