From c0b1dec8927f009fa9727b7a0f311c291d0897ee Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 3 Nov 2006 00:00:57 +0000 Subject: [PATCH] Make CBackend -pedantic clean. llvm-svn: 31388 --- llvm/lib/Target/CBackend/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llvm/lib/Target/CBackend/Makefile b/llvm/lib/Target/CBackend/Makefile index 9e00bdb1426e..052a4eb3ff4d 100644 --- a/llvm/lib/Target/CBackend/Makefile +++ b/llvm/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 -- GitLab