Werror is good for me, but not for people compiling on other compilers

Former-commit-id: 99ccb11d89c049e467ed552709d9cd3674561e8c
This commit is contained in:
John Sully 2019-03-11 20:53:57 -04:00
parent 94319db950
commit c56b68f9a5

View File

@ -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