mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
waf: lock in zero errors for gcc9
This commit is contained in:
parent
0ba256f625
commit
7726848a50
@ -628,6 +628,8 @@ class chibios(Board):
|
||||
gcc_whitelist = [
|
||||
('4','9','3'),
|
||||
('6','3','1'),
|
||||
('9','2','1'),
|
||||
('9','3','1'),
|
||||
]
|
||||
|
||||
if cfg.options.Werror or cfg.env.CC_VERSION in gcc_whitelist:
|
||||
|
Loading…
Reference in New Issue
Block a user