X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.rules;h=42d6a96cf52119f78a1d7ca51c726313695f4ee9;hb=976d66dd2dd939f1c506924873cd25240b97445c;hp=24cac3b376590b06aafa34bf3a3c81cddbb33e71;hpb=221418eee16ce32f63964e2b806d41e6c2b153f8;p=oota-llvm.git diff --git a/Makefile.rules b/Makefile.rules index 24cac3b3765..42d6a96cf52 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -686,7 +686,7 @@ endif CompileCommonOpts += -Wall -W -Wno-unused-parameter -Wwrite-strings \ $(EXTRA_OPTIONS) $(COVERED_SWITCH_DEFAULT) \ $(NO_UNINITIALIZED) $(NO_MAYBE_UNINITIALIZED) \ - $(NO_MISSING_FIELD_INITIALIZERS) $(NO_COMMENT) + $(MISSING_FIELD_INITIALIZERS) $(NO_COMMENT) # Enable cast-qual for C++; the workaround is to use const_cast. CXX.Flags += -Wcast-qual