diff --git a/common/uipriv.h b/common/uipriv.h index 8a240c6a..761a1219 100644 --- a/common/uipriv.h +++ b/common/uipriv.h @@ -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