Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 556 Bytes

compiler-warning-level-3-c4133.md

File metadata and controls

14 lines (11 loc) · 556 Bytes
description title ms.date f1_keywords helpviewer_keywords
Learn more about: Compiler Warning (level 1 and level 3) C4133
Compiler Warning (level 1 and level 3) C4133
11/04/2016
C4133
C4133

Compiler Warning (level 1 and level 3) C4133

'expression': incompatible types - from 'type1' to 'type2'

This warning is emitted when incompatible types are used in an expression. For example, doing arithmetic operations such as subtraction with different pointer types.

To avoid this warning, provide an appropriate type cast.