aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-05-09 07:34:10 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-05-22 08:44:19 +0530
commitc8e54ce4e24036f35d81b475033cf24c1838f317 (patch)
treeb6d4d8bdf854e6cf66e2a6800b39bd8d67835270 /Makefile
parent30aaa12e6fe535518e1d0b71e5fc8b6bc66bf3b4 (diff)
downloadnnn-c8e54ce4e24036f35d81b475033cf24c1838f317.tar.gz
Code refactor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)