From c8e54ce4e24036f35d81b475033cf24c1838f317 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 9 May 2019 07:34:10 +0530 Subject: Code refactor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7dcf5eb..8750af0 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ else LDLIBS_CURSES ?= -lncurses endif -CFLAGS += -Wall -Wextra -Wno-unused-parameter +CFLAGS += -Wall -Wextra -Wno-unused-parameter -Wno-format-truncation CFLAGS += $(CFLAGS_OPTIMIZATION) CFLAGS += $(CFLAGS_CURSES) -- cgit v1.2.3-70-g09d2