waf: added 10.2.1 gcc to whitelist of compilers for -Werror

This commit is contained in:
Andrew Tridgell 2021-07-26 14:38:35 +10:00
parent 0f3dc195b6
commit 791b043586

View File

@ -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: