Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 498 Bytes

compiler-warning-level-3-c4306.md

File metadata and controls

14 lines (11 loc) · 498 Bytes
description title ms.date f1_keywords helpviewer_keywords
Learn more about: Compiler Warning (level 4) C4306
Compiler Warning (level 4) C4306
08/27/2018
C4306
C4306

Compiler Warning (level 4) C4306

'conversion': conversion from 'type1' to 'type2' of greater size

The identifier is type cast to a larger pointer. The unfilled high bits of the new type are zero-filled.

This warning may indicate an unwanted conversion. The resulting pointer may not be valid.