]> granicus.if.org Git - nethack/commitdiff
Remove accidental compile warning flags
authorPasi Kallinen <paxed@alt.org>
Thu, 10 Dec 2020 20:14:07 +0000 (22:14 +0200)
committerPasi Kallinen <paxed@alt.org>
Thu, 10 Dec 2020 20:14:07 +0000 (22:14 +0200)
sys/unix/hints/linux

index 7b1ae91361b19d4030e63b35d8dbb48c53d7734e..48ab631c17b026dd4b2123821953f1d1ecd7990b 100644 (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