Files
git/compat
Johannes Schindelin 27228bd0b8 mingw: avoid warnings when casting HANDLEs to int
HANDLE is defined internally as a void *, but in many cases it is
actually guaranteed to be a 32-bit integer. In these cases, GCC should
not warn about a cast of a pointer to an integer of a different type
because we know exactly what we are doing.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-10-04 15:32:06 +02:00
..
2014-06-03 12:06:40 -07:00
2015-10-04 15:32:04 +02:00
2013-09-11 11:08:52 -07:00
2013-04-12 12:23:20 -07:00