From: Reid Spencer Date: Fri, 3 Nov 2006 00:05:16 +0000 (+0000) Subject: Make llvm2cpp -pedantic clean. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7bd78731eb1ec841be1cf9935dc58265755d2c8c;p=oota-llvm.git Make llvm2cpp -pedantic clean. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31389 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm2cpp/Makefile b/tools/llvm2cpp/Makefile index 88db590c9bf..f9c8aec24c9 100644 --- a/tools/llvm2cpp/Makefile +++ b/tools/llvm2cpp/Makefile @@ -13,4 +13,4 @@ REQUIRES_EH := 1 include $(LEVEL)/Makefile.common -CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) +CompileCommonOpts := $(CompileCommonOpts) -Wno-format