Cleaned up a TODO.

This commit is contained in:
Pietro Gagliardi 2019-06-01 20:46:41 -04:00
parent bd2877154f
commit 8980a8663b
1 changed files with 5 additions and 2 deletions

View File

@ -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