Mark unused parameters

This commit is contained in:
Pasi Kallinen
2020-12-10 22:08:32 +02:00
parent 0dc6792b80
commit eb1fb93d06
2 changed files with 13 additions and 11 deletions

View File

@@ -34,6 +34,8 @@ CFLAGS+=-DCURSES_GRAPHICS
#CFLAGS+=-DSCORE_ON_BOTL
#CFLAGS+=-DMSGHANDLER
#CFLAGS+=-DTTY_TILES_ESCCODES
CFLAGS+=-Wunused
CFLAGS+=-Wunused-parameter
# when building liblua.a, avoid warning that use of tmpnam() should be
# replaced by mkstemp(); the lua code doesn't use nethack's config.h so