mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
waf: added 10.2.1 gcc to whitelist of compilers for -Werror
This commit is contained in:
parent
0f3dc195b6
commit
791b043586
@ -769,6 +769,7 @@ class chibios(Board):
|
||||
('6','3','1'),
|
||||
('9','2','1'),
|
||||
('9','3','1'),
|
||||
('10','2','1'),
|
||||
]
|
||||
|
||||
if cfg.options.Werror or cfg.env.CC_VERSION in gcc_whitelist:
|
||||
|
Loading…
Reference in New Issue
Block a user