| Index: xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.cpp
|
| diff --git a/xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.cpp b/xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.cpp
|
| index 53c5a846564c4d2d5a4128522afd0c12ea42835d..292a1de2f7d990a21b90597daf00a081cbdfb403 100644
|
| --- a/xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.cpp
|
| +++ b/xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.cpp
|
| @@ -246,7 +246,7 @@ void CBC_DataMatrixDecodedBitStreamParser::DecodeC40Segment(
|
| shift = 0;
|
| break;
|
| default:
|
| - break;
|
| + // Should never be reached.
|
| e = BCExceptionFormatException;
|
| return;
|
| }
|
| @@ -337,7 +337,7 @@ void CBC_DataMatrixDecodedBitStreamParser::DecodeTextSegment(
|
| }
|
| break;
|
| default:
|
| - break;
|
| + // Should never be reached.
|
| e = BCExceptionFormatException;
|
| return;
|
| }
|
|
|