mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
waf: boards: fix funny CXXFLAGS typo
This commit is contained in:
parent
6d1acc5813
commit
9a9b59a97f
@ -138,7 +138,7 @@ class Board:
|
||||
'-Wno-c++11-narrowing'
|
||||
]
|
||||
else:
|
||||
env.CXXFLAFS += [
|
||||
env.CXXFLAGS += [
|
||||
'-Werror=unused-but-set-variable'
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user