waf: disable double-promotion warnings on ChibiOS
these are not useful
This commit is contained in:
parent
f442b91ea5
commit
779de02acb
@ -304,7 +304,6 @@ class chibios(Board):
|
||||
'-Werror=init-self',
|
||||
'-Wframe-larger-than=1024',
|
||||
'-Werror=unused-but-set-variable',
|
||||
'-Wdouble-promotion',
|
||||
'-Wno-missing-field-initializers',
|
||||
'-Wno-trigraphs',
|
||||
'-Os',
|
||||
|
Loading…
Reference in New Issue
Block a user