From 99ccb11d89c049e467ed552709d9cd3674561e8c Mon Sep 17 00:00:00 2001 From: John Sully Date: Mon, 11 Mar 2019 20:53:57 -0400 Subject: [PATCH] Werror is good for me, but not for people compiling on other compilers --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index dcb853f74..31fcc5a2a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -27,7 +27,7 @@ ifneq (,$(findstring FreeBSD,$(uname_S))) STD+=-Wno-c11-extensions endif endif -WARN=-Wall -Werror -W -Wno-missing-field-initializers +WARN=-Wall -W -Wno-missing-field-initializers OPT=$(OPTIMIZATION) PREFIX?=/usr/local