lint cleanup to pacify gcc
authorPatR <rankin@nethack.org>
Thu, 4 Feb 2016 07:39:24 +0000 (23:39 -0800)
committerPatR <rankin@nethack.org>
Thu, 4 Feb 2016 07:39:24 +0000 (23:39 -0800)
commitca3ccdd5ab93d3f1ee90d3ad124f94fc91eaa410
treebb11a894bb5f3d9986921ab884738c661aaa3396
parentd01e45a6ccfa38e1b0bb68a4d4ced45ee5d98126
lint cleanup to pacify gcc

I upgraded from OSX 10.5.8 via 10.6.3 to 10.6.8, plus Xcode to whatever
version was on the 10.6 dvd, and ended up with a more recent version of
gcc that is configured to use 64 bit longs and 64 bit pointers (by
default; presumably that can be changed if necessary).  It triggered
several warnings about converting int to pointer of different size or
vice versa even when explicit casts were in use, and a couple of other
things.
include/lint.h
src/end.c
src/options.c
win/X11/winmisc.c