Files
git/compat
Johannes Schindelin ddf2645f2c 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>
2016-01-05 14:40:06 +01:00
..
2014-06-03 12:06:40 -07:00
2016-01-05 14:39:58 +01:00