diff --git a/lib/Target/CBackend/Makefile b/lib/Target/CBackend/Makefile index 9e00bdb1426..052a4eb3ff4 100644 --- a/lib/Target/CBackend/Makefile +++ b/lib/Target/CBackend/Makefile @@ -11,5 +11,4 @@ LEVEL = ../../.. LIBRARYNAME = LLVMCBackend include $(LEVEL)/Makefile.common -CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) -CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) +CompileCommonOpts := $(CompileCommonOpts) -Wno-format