mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
mk: native boards get -Wundef
This commit is contained in:
parent
475a2040a1
commit
4ba769d4a3
@ -19,7 +19,9 @@ WARNFLAGSCXX = \
|
||||
-Werror=unused-but-set-variable \
|
||||
-Werror=uninitialized \
|
||||
-Werror=init-self \
|
||||
-Wfatal-errors
|
||||
-Wfatal-errors \
|
||||
-Wundef
|
||||
|
||||
DEPFLAGS = -MD -MP -MT $@
|
||||
|
||||
CXXOPTS = -ffunction-sections -fdata-sections -fno-exceptions -fsigned-char
|
||||
|
Loading…
Reference in New Issue
Block a user