mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
build - remove -Wpedantic (#13818)
This commit is contained in:
parent
f890287598
commit
a2289bc6d8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -263,7 +263,7 @@ CFLAGS += $(ARCH_FLAGS) \
|
||||||
$(addprefix -I,$(INCLUDE_DIRS)) \
|
$(addprefix -I,$(INCLUDE_DIRS)) \
|
||||||
$(DEBUG_FLAGS) \
|
$(DEBUG_FLAGS) \
|
||||||
-std=gnu17 \
|
-std=gnu17 \
|
||||||
-Wall -Wextra -Werror -Wpedantic -Wunsafe-loop-optimizations -Wdouble-promotion \
|
-Wall -Wextra -Werror -Wunsafe-loop-optimizations -Wdouble-promotion \
|
||||||
$(EXTRA_WARNING_FLAGS) \
|
$(EXTRA_WARNING_FLAGS) \
|
||||||
-ffunction-sections \
|
-ffunction-sections \
|
||||||
-fdata-sections \
|
-fdata-sections \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue