mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Tools: waf: add -Werror=delete-non-virtual-dtor
This commit is contained in:
parent
fa78987046
commit
c4311b4af6
@ -123,6 +123,7 @@ class Board:
|
||||
'-Werror=overflow',
|
||||
'-Werror=parentheses',
|
||||
'-Werror=format-extra-args',
|
||||
'-Werror=delete-non-virtual-dtor',
|
||||
]
|
||||
|
||||
if cfg.options.scripting_checks:
|
||||
|
Loading…
Reference in New Issue
Block a user