X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstmf0%2FMakefile-stmf0.defs;h=0438fc7bf250dde2d77fa0920d3408d386ffc1f3;hb=a12dc56db6d5245ee8ac594337576dd85791a984;hp=9372edc01552abd82d330a30d02fc112fb4c2ebe;hpb=ebb8ab6a2f5f1245098ad68d0cd007d3f115a24d;p=fw%2Faltos diff --git a/src/stmf0/Makefile-stmf0.defs b/src/stmf0/Makefile-stmf0.defs index 9372edc0..0438fc7b 100644 --- a/src/stmf0/Makefile-stmf0.defs +++ b/src/stmf0/Makefile-stmf0.defs @@ -30,7 +30,8 @@ WARN_FLAGS=-Wall -Wextra -Werror -Wcast-align \ -Wstrict-prototypes \ -Wmissing-prototypes \ -Wmissing-declarations \ - -Wnested-externs + -Wnested-externs \ + -Wshadow AO_CFLAGS=-I. -I$(TOPDIR)/stmf0 -I$(TOPDIR)/kernel -I$(TOPDIR)/drivers \ -DNEWLIB_INTEGER_PRINTF_SCANF \