This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Warning (level 1) C4048
different declared array subscripts : 'identifier1' and 'identifier2'
An expression involves pointers to arrays of different size. The pointers are used without conversion.
Possible solution
- Explicitly cast the arrays to the same or equivalent type.