Files
git/compat
Johannes Schindelin 3d27683b91 Revert "MinGW: only override PRIuMAX for GCC older than version 4"
This reverts commit 6d3e71d428.

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>
2009-03-07 20:25:29 +01:00
..
2008-09-30 14:30:06 -07:00
2007-09-06 22:46:00 -07:00
2009-03-06 14:39:47 +01:00
2007-06-07 00:04:01 -07:00