xloader: Panda - enable Werror
authorAndy Green <andy.green@linaro.org>
Wed, 9 Feb 2011 14:42:35 +0000 (14:42 +0000)
committerAnand Gadiyar <gadiyar@ti.com>
Mon, 14 Mar 2011 07:16:42 +0000 (12:46 +0530)
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 <andy.green@linaro.org>
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
cpu/omap4/config.mk

index 20972b5..f20ac09 100644 (file)
@@ -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
 # =========================================================================