summaryrefslogtreecommitdiff
path: root/src/stm/Makefile.defs
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm/Makefile.defs')
-rw-r--r--src/stm/Makefile.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stm/Makefile.defs b/src/stm/Makefile.defs
index 7130965a..2db534c2 100644
--- a/src/stm/Makefile.defs
+++ b/src/stm/Makefile.defs
@@ -29,7 +29,8 @@ WARN_FLAGS=-Wall -Wextra -Werror -Wcast-align \
-Wstrict-prototypes \
-Wmissing-prototypes \
-Wmissing-declarations \
- -Wnested-externs
+ -Wnested-externs \
+ -Wshadow
AO_CFLAGS=-I. -I../stm -I../kernel -I../drivers -I../math -I../draw \
-DNEWLIB_INTEGER_PRINTF_SCANF \