From edc0edf0c6bdaf51a952c333527b0b9c3bf371d6 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 3 Aug 2009 14:46:20 +0200 Subject: [PATCH] We set -Werror through configure now Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori Message-Id: --- Makefile.target | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.target b/Makefile.target index 6b6e70f5d9..1d0f33fc22 100644 --- a/Makefile.target +++ b/Makefile.target @@ -4,7 +4,6 @@ include $(SRC_PATH)/rules.mak TARGET_PATH=$(SRC_PATH)/target-$(TARGET_BASE_ARCH) VPATH=$(SRC_PATH):$(TARGET_PATH):$(SRC_PATH)/hw CPPFLAGS=-I. -I.. -I$(TARGET_PATH) -I$(SRC_PATH) -MMD -MT $@ -MP -DNEED_CPU_H -#CFLAGS+=-Werror ifdef CONFIG_USER_ONLY # user emulator name -- 2.11.0