mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
waf: squash expansion-to-defined warnings
We use these a lot in our code and we're not particularly fussed with portability.
This commit is contained in:
parent
d40835c666
commit
291e2e3af6
@ -175,6 +175,7 @@ class Board:
|
||||
'-Wno-reorder',
|
||||
'-Wno-redundant-decls',
|
||||
'-Wno-unknown-pragmas',
|
||||
'-Wno-expansion-to-defined',
|
||||
'-Werror=attributes',
|
||||
'-Werror=format-security',
|
||||
'-Werror=enum-compare',
|
||||
|
Loading…
Reference in New Issue
Block a user