]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commitdiff
Disable -Werror for old-stable
authorWolfgang Bumiller <wry.git@bumiller.com>
Sat, 11 Feb 2017 11:27:53 +0000 (12:27 +0100)
committerWolfgang Bumiller <wry.git@bumiller.com>
Sat, 11 Feb 2017 11:27:53 +0000 (12:27 +0100)
Makefile

index c10bcf4c319f9c87438c925f045b1f6c52535daa..589e1228b41eede589d8850637a19c7e3b610d55 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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)