Cleaned up a TODO.
This commit is contained in:
parent
bd2877154f
commit
8980a8663b
|
@ -20,8 +20,11 @@ extern "C" {
|
||||||
#define uiprivFunc __func__
|
#define uiprivFunc __func__
|
||||||
#endif
|
#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 {
|
||||||
// TODO AND WHY IS MINGW AFFECTED?!?!?!?!
|
// 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
|
#ifdef _WIN32
|
||||||
#define uiprivSizetPrintf "Iu"
|
#define uiprivSizetPrintf "Iu"
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue