Make CBackend -pedantic clean.

llvm-svn: 31388
This commit is contained in:
Reid Spencer 2006-11-03 00:00:57 +00:00
parent 0f30aec7d3
commit 524974949d

View File

@ -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