From 1cce61e1866eb9b8027009e9ea64132af1825f3e Mon Sep 17 00:00:00 2001 From: Seungheon Oh Date: Tue, 14 Jan 2020 15:28:19 -0600 Subject: [PATCH] Fix: disabled 'missing-prototypes' warning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c216b04..50ed1cb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS+= -std=c99 -Wall -Wextra -Wmissing-prototypes -pedantic +CFLAGS+= -std=c99 -Wall -Wextra -pedantic LDADD+= -lX11 LDFLAGS= PREFIX?= /usr