mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Remove -Wshadow, the warnings are not useful.
See https://lkml.org/lkml/2006/11/28/253
This commit is contained in:
parent
1a14b72b16
commit
2d6a61c8c7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue