projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6574994
)
Suppress -pedantic warnings about print("%a")
author
Reid Spencer
<rspencer@reidspencer.com>
Fri, 2 Jun 2006 00:39:08 +0000
(
00:39
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Fri, 2 Jun 2006 00:39:08 +0000
(
00:39
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28650
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvm2cpp/Makefile
patch
|
blob
|
history
diff --git
a/tools/llvm2cpp/Makefile
b/tools/llvm2cpp/Makefile
index 7e778d723d2a99155f4adea436cb27b0a1b6c3a8..98948033e24ebb337caf6a510056566d9805732e 100644
(file)
--- a/
tools/llvm2cpp/Makefile
+++ b/
tools/llvm2cpp/Makefile
@@
-12,3
+12,6
@@
USEDLIBS = LLVMAsmParser.a LLVMBCWriter.a LLVMCore.a \
LLVMSupport.a LLVMbzip2.a LLVMSystem.a
include $(LEVEL)/Makefile.common
+
+CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
+CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))