mirror of https://github.com/ArduPilot/ardupilot
waf: added -Wno-psabi
the ABI change warnings for gcc 7.1 are not useful
This commit is contained in:
parent
a7fba2ba5f
commit
a3697b3d97
|
@ -274,6 +274,7 @@ class Board:
|
|||
env.CXXFLAGS += [
|
||||
'-fcheck-new',
|
||||
'-fsingle-precision-constant',
|
||||
'-Wno-psabi',
|
||||
]
|
||||
|
||||
if cfg.env.DEBUG:
|
||||
|
|
Loading…
Reference in New Issue