Skip to content

Commit

Permalink
Werror is good for me, but not for people compiling on other compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSully committed Mar 12, 2019
1 parent cc98d10 commit 99ccb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99ccb11

Please sign in to comment.