mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -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=unused-but-set-variable \
|
||||||
-Werror=uninitialized \
|
-Werror=uninitialized \
|
||||||
-Werror=init-self \
|
-Werror=init-self \
|
||||||
-Wfatal-errors
|
-Wfatal-errors \
|
||||||
|
-Wundef
|
||||||
|
|
||||||
DEPFLAGS = -MD -MP -MT $@
|
DEPFLAGS = -MD -MP -MT $@
|
||||||
|
|
||||||
CXXOPTS = -ffunction-sections -fdata-sections -fno-exceptions -fsigned-char
|
CXXOPTS = -ffunction-sections -fdata-sections -fno-exceptions -fsigned-char
|
||||||
|
Loading…
Reference in New Issue
Block a user