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 4) C4057
'operator' : 'identifier1' indirection to slightly different base types from 'identifier2'
Two pointer expressions refer to different base types. The expressions are used without conversion.
Possible cause
- Mixing signed and unsigned types.
- Mixing short and long types.