Browse Source

HAL_ChibiOS: lock in no warnings for chibios RTOS build

gps-1.3.1
Andrew Tridgell 3 years ago
parent
commit
4daf4ad501
  1. 4
      libraries/AP_HAL_ChibiOS/hwdef/common/chibios_board.mk

4
libraries/AP_HAL_ChibiOS/hwdef/common/chibios_board.mk

@ -192,10 +192,10 @@ AOPT = @@ -192,10 +192,10 @@ AOPT =
TOPT = -mthumb -DTHUMB
# Define C warning options here
CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes -Werror
# Define C++ warning options here
CPPWARN = -Wall -Wextra -Wundef
CPPWARN = -Wall -Wextra -Wundef -Werror
#
# Compiler settings

Loading…
Cancel
Save