mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 21:50:40 +00:00
Make CBackend -pedantic clean.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31388 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
97821311a3
commit
3a717d522f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user