Browse Source

Silence unknown warning options

* Clang doesn't implement all the warnings of GCC
so this ends up spamming the console and not being
helpful
mission-4.1.18
Will Sackfield 9 years ago committed by Andrew Tridgell
parent
commit
1d46ca048a
  1. 3
      mk/board_native.mk

3
mk/board_native.mk

@ -20,7 +20,8 @@ WARNFLAGSCXX = \ @@ -20,7 +20,8 @@ WARNFLAGSCXX = \
-Werror=uninitialized \
-Werror=init-self \
-Wfatal-errors \
-Wundef
-Wundef \
-Wno-unknown-warning-option
DEPFLAGS = -MD -MP -MT $@

Loading…
Cancel
Save