Remove accidental compile warning flags

This commit is contained in:
Pasi Kallinen
2020-12-10 22:14:07 +02:00
parent eb1fb93d06
commit 971ea03b9e

View File

@@ -34,8 +34,6 @@ 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