waf: added -Wno-psabi

the ABI change warnings for gcc 7.1 are not useful
This commit is contained in:
Andrew Tridgell 2024-02-01 15:15:53 +11:00
parent a7fba2ba5f
commit a3697b3d97

View File

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