Bad Conversions of Pointer Values
Use either of the following pragmas to detect bad pointer value conversions:
- Enable the pragma warn_ptr_int_conv to have the compiler issue a warning when an expression converts a pointer value to an integral value that is not large enough to hold a pointer value.
- Enable the pragma warn_any_ptr_int_conv to have the compiler issue a warning when an expression converts a pointer value to an integral value that is not large enough to hold a pointer value or vice versa.