From 9289200ccb661b10ff892760ecbc752c7745de6b Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 20 Dec 2013 23:04:43 -0800 Subject: altos: Turn on -Werror for STM and LPC builds Now that the build completes with no warnings, make future warnings into errors. Signed-off-by: Keith Packard --- src/stm/Makefile.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stm') diff --git a/src/stm/Makefile.defs b/src/stm/Makefile.defs index 1e31e590..42adfd09 100644 --- a/src/stm/Makefile.defs +++ b/src/stm/Makefile.defs @@ -24,7 +24,7 @@ include $(TOPDIR)/Makedefs CC=$(ARM_CC) LIBS=$(PDCLIB_LIBS_M3) -lgcc -WARN_FLAGS=-Wall -Wextra +WARN_FLAGS=-Wall -Wextra -Werror AO_CFLAGS=-I. -I../stm -I../core -I../drivers -I../math -I.. $(PDCLIB_INCLUDES) STM_CFLAGS=-std=gnu99 -mlittle-endian -mcpu=cortex-m3 -mthumb \ -- cgit v1.2.3