]> granicus.if.org Git - nethack/commit
some lint cleanup
authornethack.rankin <nethack.rankin>
Thu, 9 Jan 2003 09:18:14 +0000 (09:18 +0000)
committernethack.rankin <nethack.rankin>
Thu, 9 Jan 2003 09:18:14 +0000 (09:18 +0000)
commitea400a778d21d975a256238e48979678df721643
treee5154215a924fcfe7dfe5356cba56c82ed3acd1f
parent5336419465c6e86fff6f4768190c667578fbe299
some lint cleanup

     Building with an old version of gcc with various warnings enabled
generated a lot of noise.  Most of it was due to not guarding string
literals with `const', but there were a couple of actual problems too.
21 files changed:
include/extern.h
include/winprocs.h
src/apply.c
src/cmd.c
src/dig.c
src/dokick.c
src/dothrow.c
src/end.c
src/hack.c
src/mapglyph.c
src/mcastu.c
src/mhitu.c
src/options.c
src/pickup.c
src/polyself.c
src/rip.c
src/role.c
src/shk.c
src/trap.c
src/worn.c
src/zap.c