]> granicus.if.org Git - nethack/commit
X11 player selection compile warnings
authorPatR <rankin@nethack.org>
Sat, 14 Oct 2017 00:56:25 +0000 (17:56 -0700)
committerPatR <rankin@nethack.org>
Sat, 14 Oct 2017 00:56:25 +0000 (17:56 -0700)
commit842c66750a850bb8a0e14d63fe55fdcee61e85c2
tree87f40b0dbf702c7f9f21e0ba8794e2d006780e06
parent7f019d8115fe55d81a4ab16e05562127729a144d
X11 player selection compile warnings

This eliminates nearly 40 warnings, most by suppressing complaints of
used function arguments but a few for unused local variables.  There's
also some reformatting thrown in....

There are still 18 warnings about uses of XtSetArg(), about assigning
const to non-const.
win/X11/winmisc.c