fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920
This commit is contained in:
4
3rdparty/libjpeg/transupp.c
vendored
4
3rdparty/libjpeg/transupp.c
vendored
@@ -1309,6 +1309,8 @@ jtransform_adjust_parameters (j_decompress_ptr srcinfo,
|
||||
case JXFORM_ROT_270:
|
||||
transpose_critical_parameters(dstinfo);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
/* Adjust Exif properties */
|
||||
@@ -1446,6 +1448,8 @@ jtransform_perfect_transform(JDIMENSION image_width, JDIMENSION image_height,
|
||||
if (image_height % (JDIMENSION) MCU_height)
|
||||
result = FALSE;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user