Cleaned up a TODO.
This commit is contained in:
parent
bd2877154f
commit
8980a8663b
|
@ -20,8 +20,11 @@ extern "C" {
|
|||
#define uiprivFunc __func__
|
||||
#endif
|
||||
|
||||
// TODO WHY IS THIS NEEDED?!?!?!?!!?!??!Q https://stackoverflow.com/questions/15610053/correct-printf-format-specifier-for-size-t-zu-or-iu SAYS THAT VS2013 DOES SUPPORT %zu
|
||||
// TODO AND WHY IS MINGW AFFECTED?!?!?!?!
|
||||
// TODO {
|
||||
// WHY IS THIS NEEDED?!?!?!?!!?!??!Q https://stackoverflow.com/questions/15610053/correct-printf-format-specifier-for-size-t-zu-or-iu SAYS THAT VS2013 DOES SUPPORT %zu
|
||||
// AND WHY IS MINGW AFFECTED?!?!?!?!
|
||||
// Oh and even better: the -Wno-pedantic-ms-printf stuff doesn't result in a warning about this either...
|
||||
// }
|
||||
#ifdef _WIN32
|
||||
#define uiprivSizetPrintf "Iu"
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue