Pass NO_MISSING_FIELD_INITIALIZERS to Compiler Flags
authorDavid Greene <greened@obbligato.org>
Fri, 18 Jan 2013 23:22:52 +0000 (23:22 +0000)
committerDavid Greene <greened@obbligato.org>
Fri, 18 Jan 2013 23:22:52 +0000 (23:22 +0000)
commit9778d5c0b4c27e885516002193666df5ced2c217
tree1b3cc31d7757313e10ce396a80d77673d7d374b6
parent48177ac90fb940833b9deea1a6716092348cfe82
Pass NO_MISSING_FIELD_INITIALIZERS to Compiler Flags

configure checks whether -Wno-missing-field-initializers is a valid
compiler flag but it was never actually used in Makefile.rules.
Enable it to avoid some ridiculous warnings from gcc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172870 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules