Relates :
|
Change "8037816: Fix for 8036122 breaks build with Xcode5/clang" fixed some issues introduced trough "8036122: Fix warning "format not a string literal" " by the creation of some general conversion functions (i.e. p2i() and i2p()). They are used to convert pointers to integers (and vice versa) in order to make check of the print format specifiers against the actual arguments happy. These changes have not been applied to the PPC64 and CPP-Interpreter related files.
|