From: Wolfgang Bumiller Date: Sat, 11 Feb 2017 11:27:53 +0000 (+0100) Subject: Disable -Werror for old-stable X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6172ba8f84595a68a55e7246824464a97076e778;p=xonotic%2Fgmqcc.git Disable -Werror for old-stable --- diff --git a/Makefile b/Makefile index c10bcf4..589e122 100644 --- 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)