mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
waf: add -Werror=type-limits
This catches always-true comparisons and the like Also remove redundant directive
This commit is contained in:
parent
f09822a400
commit
ad6c1acbd7
@ -167,8 +167,8 @@ class Board:
|
||||
'-Werror=return-type',
|
||||
'-Werror=switch',
|
||||
'-Werror=sign-compare',
|
||||
'-Werror=type-limits',
|
||||
'-Werror=unused-result',
|
||||
'-Werror=return-type',
|
||||
'-Werror=shadow',
|
||||
'-Werror=unused-variable',
|
||||
'-Wfatal-errors',
|
||||
|
Loading…
Reference in New Issue
Block a user