Remove / use flags that are now set in the Makefile.config.
[oota-llvm.git] / utils / unittest / googletest / Makefile
index 29fe679a9b3e88b9181622b48eddfb823d4ad4a2..2d2c28297665f868abc23bc1b907de22387d55fb 100644 (file)
@@ -10,8 +10,6 @@
 LEVEL := ../../..
 
 include $(LEVEL)/Makefile.config
-NO_MISSING_FIELD_INITIALIZERS := $(shell $(CXX) -Wno-missing-field-initializers -fsyntax-only -xc /dev/null 2>/dev/null && echo -Wno-missing-field-initializers)
-NO_VARIADIC_MACROS := $(shell $(CXX) -Wno-variadic-macros -fsyntax-only -xc /dev/null 2>/dev/null && echo -Wno-variadic-macros)
 
 LIBRARYNAME = GoogleTest
 BUILD_ARCHIVE = 1