Silence some VC++ compiler warnings
authorSteve Hay <steve.m.hay@googlemail.com>
Tue, 25 Feb 2014 08:59:07 +0000 (08:59 +0000)
committerSteve Hay <steve.m.hay@googlemail.com>
Tue, 25 Feb 2014 08:59:07 +0000 (08:59 +0000)
commitc161da64987b034d3b410518a0c174d74958b938
treea3d3cb5768be9f7907cea721b79ad03b51b81e0b
parentb057411ddb1a3d8b6ab062d667c8e39f80cd7343
Silence some VC++ compiler warnings

gv.c(1455) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
gv.c(1586) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
gv.c(2122) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
toke.c(12423) : warning C4244: '=' : conversion from 'I32' to 'char', possible loss of data
win32.c(3017) : warning C4022: 'SetHandleInformation' : pointer mismatch for actual parameter 1
win32.c(2971) : warning C4101: 'old_h' : unreferenced local variable
win32.c(2967) : warning C4101: 'oldfd' : unreferenced local variable
gv.c
toke.c
win32/win32.c