build bits
authorPatR <rankin@nethack.org>
Thu, 20 Sep 2018 21:06:17 +0000 (14:06 -0700)
committerPatR <rankin@nethack.org>
Thu, 20 Sep 2018 21:06:17 +0000 (14:06 -0700)
commit792eb64af5b86ede4f8945dd6e4775f398001b18
tree8c3a599514d46810401555440217d84e51a1cac7
parentbfc46cbcdbddefee39c2ff6681fbd47ba415d9a2
build bits

Eliminate a few warnings:  array name used as boolean is always true,
parameter 'flags' shadows (blocks access to) global struct 'flags',
initializer discards 'const' (assigning string literal to 'char *').
Plus a couple of simplifications.
src/do_name.c
src/mkmaze.c
src/pager.c