mirror of https://github.com/ArduPilot/ardupilot
waf: add -Werror=ignored-qualifiers
Sub recently got a patch which introduced a bunch of these warnings
This commit is contained in:
parent
157da70cf7
commit
a3b5ed442c
|
@ -124,6 +124,7 @@ class Board:
|
|||
'-Werror=parentheses',
|
||||
'-Werror=format-extra-args',
|
||||
'-Werror=delete-non-virtual-dtor',
|
||||
'-Werror=ignored-qualifiers',
|
||||
]
|
||||
|
||||
if cfg.options.scripting_checks:
|
||||
|
|
Loading…
Reference in New Issue