From 6172ba8f84595a68a55e7246824464a97076e778 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Sat, 11 Feb 2017 12:27:53 +0100 Subject: [PATCH] Disable -Werror for old-stable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2