Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 472 Bytes

compiler-warning-level-3-c4133.md

File metadata and controls

15 lines (12 loc) · 472 Bytes
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
C4133
C4133
bdef87b0-21b3-41ac-9b23-1fa86101a9ac

Compiler Warning (level 3) C4133

'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.