mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: waf: make extra arguments in format string fatal
This commit is contained in:
parent
5f018d0798
commit
f730020b31
@ -92,6 +92,7 @@ class Board:
|
|||||||
'-Werror=unused-result',
|
'-Werror=unused-result',
|
||||||
'-Werror=narrowing',
|
'-Werror=narrowing',
|
||||||
'-Werror=attributes',
|
'-Werror=attributes',
|
||||||
|
'-Werror=format-extra-args',
|
||||||
]
|
]
|
||||||
|
|
||||||
if cfg.options.enable_scripting:
|
if cfg.options.enable_scripting:
|
||||||
|
Loading…
Reference in New Issue
Block a user