From 306af787ca465eaf2b075bbc804603706f00b0fa Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 22 Jun 2020 09:17:59 +0530 Subject: Add -Wshadow to CFLAGS and fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a2e6e7..5c98912 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ else LDLIBS_CURSES ?= -lncurses endif -CFLAGS += -std=c11 -Wall -Wextra +CFLAGS += -std=c11 -Wall -Wextra -Wshadow CFLAGS += $(CFLAGS_OPTIMIZATION) CFLAGS += $(CFLAGS_CURSES) -- cgit v1.2.3-70-g09d2