-
Michael Buesch authored
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.
9d5f41e4