1
0
Fork 0
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:
Petr Ledvina 2024-08-13 22:37:59 +02:00 committed by GitHub
parent f890287598
commit a2289bc6d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -263,7 +263,7 @@ CFLAGS += $(ARCH_FLAGS) \
$(addprefix -I,$(INCLUDE_DIRS)) \
$(DEBUG_FLAGS) \
-std=gnu17 \
-Wall -Wextra -Werror -Wpedantic -Wunsafe-loop-optimizations -Wdouble-promotion \
-Wall -Wextra -Werror -Wunsafe-loop-optimizations -Wdouble-promotion \
$(EXTRA_WARNING_FLAGS) \
-ffunction-sections \
-fdata-sections \