Fixed typo.
[oota-llvm.git] / Makefile.rules
index 59bab8fcff3a15daaed21ebb27f5825e9a9502c6..2a0f1dc1c7418694a397f17c06dd50257847b74a 100644 (file)
@@ -669,7 +669,8 @@ CompileCommonOpts += -pedantic -Wno-long-long
 endif
 CompileCommonOpts += -Wall -W -Wno-unused-parameter -Wwrite-strings \
                      $(EXTRA_OPTIONS) $(COVERED_SWITCH_DEFAULT) \
-                     $(NO_UNINITIALIZED) $(NO_MAYBE_UNINITIALIZED)
+                     $(NO_UNINITIALIZED) $(NO_MAYBE_UNINITIALIZED) \
+                     $(NO_MISSING_FIELD_INITIALIZERS)
 # Enable cast-qual for C++; the workaround is to use const_cast.
 CXX.Flags += -Wcast-qual