aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Anna Arad <4895022+annagrram@users.noreply.github.com>2019-10-13 16:40:06 +0300
committerGravatar Mischievous Meerkat <engineerarun@gmail.com>2019-10-13 19:10:06 +0530
commit06ff2c55da3d2ce110c91f0ca344ac7e58b25914 (patch)
tree73f8b331684c0117560c5a5db4cd19e231592970 /Makefile
parent087380968d4cd828881995b1196181a3c8c23a9f (diff)
downloadnnn-06ff2c55da3d2ce110c91f0ca344ac7e58b25914.tar.gz
Remove -Wno-unused-parameter and do cleanup (#357)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 136da5f..2c1a391 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ else
LDLIBS_CURSES ?= -lncurses
endif
-CFLAGS += -Wall -Wextra -Wno-unused-parameter
+CFLAGS += -Wall -Wextra
CFLAGS += $(CFLAGS_OPTIMIZATION)
CFLAGS += $(CFLAGS_CURSES)