From 06ff2c55da3d2ce110c91f0ca344ac7e58b25914 Mon Sep 17 00:00:00 2001 From: Anna Arad <4895022+annagrram@users.noreply.github.com> Date: Sun, 13 Oct 2019 16:40:06 +0300 Subject: Remove -Wno-unused-parameter and do cleanup (#357) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3-70-g09d2