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
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ class Board:
env.CXXFLAGS += [
'-fcheck-new',
'-fsingle-precision-constant',
'-Wno-psabi',
]
if cfg.env.DEBUG: