description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Compiler Warning (level 3) C4133 |
Compiler Warning (level 3) C4133 |
11/04/2016 |
|
|
bdef87b0-21b3-41ac-9b23-1fa86101a9ac |
'type' : incompatible types - from 'type1' to 'type2'
This warning can be caused by trying to subtract two pointers of different types.
To avoid this warning, provide an appropriate type cast.