Make CBackend -pedantic clean.

llvm-svn: 31388
This commit is contained in:
Reid Spencer 2006-11-03 00:00:57 +00:00
parent cb67d99001
commit c0b1dec892
1 changed files with 1 additions and 2 deletions

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