1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Remove -Wshadow, the warnings are not useful.

See https://lkml.org/lkml/2006/11/28/253
This commit is contained in:
Dominic Clifton 2014-08-01 19:58:39 +01:00
parent 1a14b72b16
commit 2d6a61c8c7

View file

@ -351,7 +351,7 @@ CFLAGS = $(ARCH_FLAGS) \
$(addprefix -I,$(INCLUDE_DIRS)) \
$(DEBUG_FLAGS) \
-std=gnu99 \
-Wall -pedantic -Wextra -Wshadow -Wunsafe-loop-optimizations \
-Wall -pedantic -Wextra -Wunsafe-loop-optimizations \
-ffunction-sections \
-fdata-sections \
$(DEVICE_FLAGS) \