Revert "MinGW: only override PRIuMAX for GCC older than version 4"
commit3d27683b91df7d4fd6b70e32ed12b08721a46dbd
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 7 Mar 2009 18:44:03 +0000 (7 19:44 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 7 Mar 2009 19:25:29 +0000 (7 20:25 +0100)
tree472c9f588bf31c5c1f4fe0292303732a02e7caa7
parent3a76fdaf98efbb1dc2f71352c811ab6d2710b74f
Revert "MinGW: only override PRIuMAX for GCC older than version 4"

This reverts commit 6d3e71d428b1ee007339d679c26a336c8aefeade.

Apparently, GCC >= 4 does not like %I64u as modifier to show unsigned
long longs.  However, using %llu -- even if the compiler warning goes
away -- fails spectacularly: The C runtime insists that %llu takes
32-bit numbers.

So for now, we _have_ to live with compiler warnings galore.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
compat/mingw.h