diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-20 22:45:56 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-20 22:45:56 -0800 |
commit | 4ed108fb86676daea17264d7159c2cff9ea7a6e4 (patch) | |
tree | 7be19d812be25995426eaaff72f32057a032de20 /src | |
parent | 1406a5b0721a135913a9801e9eea9e91f0a536b4 (diff) |
altos/stm: Turn on -Wextra
All of the warnings for STM projects are cleaned up now
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/stm/Makefile.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm/Makefile.defs b/src/stm/Makefile.defs index d0e5a699..1e31e590 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 +WARN_FLAGS=-Wall -Wextra AO_CFLAGS=-I. -I../stm -I../core -I../drivers -I../math -I.. $(PDCLIB_INCLUDES) STM_CFLAGS=-std=gnu99 -mlittle-endian -mcpu=cortex-m3 -mthumb \ |