Avoid const-ness compiler warning in __Pyx_PyObject_AsWritableString
This avoids the compiler warning warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] by casting the pointer to uintptr_t before removing the const-ness. The warning was introduced in 6cd70f09 Also merge the two places that define stdint types.
Showing
Please register or sign in to comment