From 1cbe0657b0691a1ce84e807e9262e35916c1ac98 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 9 Feb 2011 14:42:35 +0000 Subject: [PATCH] xloader: Panda - enable Werror It is pointless having -Wall without -Werror. Now that the warnings are cleaned out, enable -Werror for the panda config. Now you're gonna have to attend to any compiler warnings... Signed-off-by: Andy Green Signed-off-by: Anand Gadiyar --- cpu/omap4/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/omap4/config.mk b/cpu/omap4/config.mk index 20972b5..f20ac09 100644 --- a/cpu/omap4/config.mk +++ b/cpu/omap4/config.mk @@ -20,7 +20,7 @@ # MA 02111-1307 USA # PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \ - -msoft-float + -msoft-float -Werror PLATFORM_CPPFLAGS += -march=armv7-a # ========================================================================= -- 2.39.5