From 3a717d522f1457d63a393bbf49229eeb19f2605b 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31388 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/CBackend/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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