diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-11-03 00:05:16 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-11-03 00:05:16 +0000 |
commit | 7bd78731eb1ec841be1cf9935dc58265755d2c8c (patch) | |
tree | 99ecfc9f3a75097ab8347b56279e32324c921593 /tools/llvm2cpp | |
parent | 3a717d522f1457d63a393bbf49229eeb19f2605b (diff) |
Make llvm2cpp -pedantic clean.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31389 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm2cpp')
-rw-r--r-- | tools/llvm2cpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm2cpp/Makefile b/tools/llvm2cpp/Makefile index 88db590c9b..f9c8aec24c 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 |