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>
# MA 02111-1307 USA
#
PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \
- -msoft-float
+ -msoft-float -Werror
PLATFORM_CPPFLAGS += -march=armv7-a
# =========================================================================