Silence warning about casting 'int' to 'void*' on x64 for msvc
Cast 'int' to an integer with the same size as a pointer before casting to a 'void*' (fixes warning C4312: 'type cast': conversion from 'int' to 'void *' of greater size).
Showing
Please register or sign in to comment