diff options
author | Anna Arad <4895022+annagrram@users.noreply.github.com> | 2019-10-13 16:40:06 +0300 |
---|---|---|
committer | Mischievous Meerkat <engineerarun@gmail.com> | 2019-10-13 19:10:06 +0530 |
commit | 06ff2c55da3d2ce110c91f0ca344ac7e58b25914 (patch) | |
tree | 73f8b331684c0117560c5a5db4cd19e231592970 /Makefile | |
parent | 087380968d4cd828881995b1196181a3c8c23a9f (diff) | |
download | nnn-06ff2c55da3d2ce110c91f0ca344ac7e58b25914.tar.gz |
Remove -Wno-unused-parameter and do cleanup (#357)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ else LDLIBS_CURSES ?= -lncurses endif -CFLAGS += -Wall -Wextra -Wno-unused-parameter +CFLAGS += -Wall -Wextra CFLAGS += $(CFLAGS_OPTIMIZATION) CFLAGS += $(CFLAGS_CURSES) |