Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 552 Bytes

compiler-warning-level-3-c4306.md

File metadata and controls

15 lines (12 loc) · 552 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 3) C4306
Compiler Warning (level 3) C4306
08/27/2018
C4306
C4306
5b2192d7-402d-4b6d-8619-08105e7dcac7

Compiler Warning (level 3) C4306

'identifier' : 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 will be zero-filled.

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