We are getting below mentioned warning when we run this pod on Xcode 13 -
/Users/xxxx-xxxx/Source/card-ios/Pods/ZXingObjC/ZXingObjC/datamatrix/decoder/ZXDataMatrixDecodedBitStreamParser.m:224:57: Expression does not compute the number of elements in this array; element type is 'const unichar' (aka 'const unsigned short'), not 'char'
Is it safe to proceed with the above warning or not?
https://github.com/zxingify/zxingify-objc/blob/e75eeff2089d66fc94514b43db3678a8812a9bbe/ZXingObjC/datamatrix/decoder/ZXDataMatrixDecodedBitStreamParser.m#L246