From 8980a8663b2222a33cf53a6af8573177b51279ae Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 1 Jun 2019 20:46:41 -0400 Subject: [PATCH] Cleaned up a TODO. --- common/uipriv.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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