diff options
-rw-r--r-- | lib/Target/CBackend/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/CBackend/Makefile b/lib/Target/CBackend/Makefile index 9e00bdb142..052a4eb3ff 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 |