waf: lock in zero errors for gcc9

This commit is contained in:
Andrew Tridgell 2020-09-21 09:46:47 +10:00
parent 0ba256f625
commit 7726848a50
1 changed files with 2 additions and 0 deletions

View File

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