mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
waf: added -Werror=switch
match the stm32 build, so errors are found in SITL
This commit is contained in:
parent
0cfc6f8e0f
commit
c8d6311047
@ -128,6 +128,7 @@ class Board:
|
||||
'-Werror=array-bounds',
|
||||
'-Werror=uninitialized',
|
||||
'-Werror=init-self',
|
||||
'-Werror=switch',
|
||||
'-Wfatal-errors',
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user