From: Andy Green Date: Wed, 9 Feb 2011 14:42:35 +0000 (+0000) Subject: xloader: Panda - enable Werror X-Git-Tag: v1.5.0~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cbe0657b0691a1ce84e807e9262e35916c1ac98;p=pandora-x-loader.git 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 --- 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 # =========================================================================