From 39ab3294bfac6283956c31740ade67ea2e0bacdb Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 13 Sep 2007 22:37:33 +0000 Subject: [PATCH] * Remove -Werror from TOOLS_CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa8e9d43..68f4e78e 100644 --- a/Makefile +++ b/Makefile @@ -842,7 +842,7 @@ makedirs: # QVM BUILD TOOLS ############################################################################# -TOOLS_CFLAGS = -O2 -Wall -Werror -fno-strict-aliasing -MMD \ +TOOLS_CFLAGS = -O2 -Wall -fno-strict-aliasing -MMD \ -DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \ -I$(Q3LCCSRCDIR) \ -I$(LBURGDIR)