Skip to content

Commit

Permalink
waf: added -Wno-psabi
Browse files Browse the repository at this point in the history
the ABI change warnings for gcc 7.1 are not useful
  • Loading branch information
tridge committed Feb 1, 2024
1 parent b9f304d commit b8cfd2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/ardupilotwaf/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ def configure_env(self, cfg, env):
env.CXXFLAGS += [
'-fcheck-new',
'-fsingle-precision-constant',
'-Wno-psabi',
]

if cfg.env.DEBUG:
Expand Down

0 comments on commit b8cfd2e

Please sign in to comment.