X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstm%2FMakefile.defs;h=2db534c2c57d86ca963c2776134110e6a714d2e0;hp=7130965acfc9b431fb7a32e9b10be2789c1b9386;hb=a12dc56db6d5245ee8ac594337576dd85791a984;hpb=fda36e57205138f6c180a18b54956ea1682a5293 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 \