mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 09:45:00 +00:00
Make CBackend -pedantic clean.
llvm-svn: 31388
This commit is contained in:
parent
0f30aec7d3
commit
524974949d
@ -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