mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Suppress -pedantic warnings about print("%a")
llvm-svn: 28650
This commit is contained in:
parent
d04d3c12d6
commit
6919c1b53f
@ -12,3 +12,6 @@ USEDLIBS = LLVMAsmParser.a LLVMBCWriter.a LLVMCore.a \
|
|||||||
LLVMSupport.a LLVMbzip2.a LLVMSystem.a
|
LLVMSupport.a LLVMbzip2.a LLVMSystem.a
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
|
||||||
|
CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user