Disable -Werror for old-stable

This commit is contained in:
Wolfgang Bumiller 2017-02-11 12:27:53 +01:00
parent a59954da24
commit 6172ba8f84

View file

@ -4,7 +4,7 @@ UNAME ?= $(shell uname)
CYGWIN = $(findstring CYGWIN, $(UNAME))
MINGW = $(findstring MINGW32, $(UNAME))
CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing
CFLAGS += -Wall -Wextra -Wstrict-aliasing
#turn on tons of warnings if clang is present
# but also turn off the STUPID ONES
ifeq ($(CC), clang)