waf: disable double-promotion warnings on ChibiOS

these are not useful
This commit is contained in:
Andrew Tridgell 2018-01-18 17:13:04 +11:00
parent f442b91ea5
commit 779de02acb

View File

@ -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',