Compiler Warning (level 3) C4306
Visual Studio 2005
' 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.