mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Suppress one compile warning
git-svn-id: https://zxing.googlecode.com/svn/trunk@2933 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
c080901577
commit
e7400da79d
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue