]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Disable -Werror for old-stable
[xonotic/gmqcc.git] / 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)