Suppress one compile warning

git-svn-id: https://zxing.googlecode.com/svn/trunk@2933 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen@gmail.com 2013-11-29 14:18:41 +00:00
parent c080901577
commit e7400da79d

View file

@ -617,6 +617,7 @@ public final class CaptureActivity extends Activity implements SurfaceHolder.Cal
if (ecLevel != null) {
intent.putExtra(Intents.Scan.RESULT_ERROR_CORRECTION_LEVEL, ecLevel);
}
@SuppressWarnings("unchecked")
Iterable<byte[]> byteSegments = (Iterable<byte[]>) metadata.get(ResultMetadataType.BYTE_SEGMENTS);
if (byteSegments != null) {
int i = 0;