Closed colinmccune closed 12 years ago
As of LLVM 4 the compiler does not like code which uses the format string %08X to print a pointers address in hex. Instead, the format string %p should be used in its place.
As of LLVM 4 the compiler does not like code which uses the format string %08X to print a pointers address in hex. Instead, the format string %p should be used in its place.