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 += [
|
env.CXXFLAGS += [
|
||||||
'-fcheck-new',
|
'-fcheck-new',
|
||||||
'-fsingle-precision-constant',
|
'-fsingle-precision-constant',
|
||||||
|
'-Wno-psabi',
|
||||||
]
|
]
|
||||||
|
|
||||||
if cfg.env.DEBUG:
|
if cfg.env.DEBUG:
|
||||||
|
Loading…
Reference in New Issue
Block a user