Compiler Warning (level 1) C4048

different declared array subscripts : 'identifier1' and 'identifier2'

An expression involved pointers to arrays of different size. The pointers were used without conversion.

This warning can be avoided by explicitly casting the arrays to the same or equivalent type.