Skip to content

Commit

Permalink
Make CBackend -pedantic clean.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31388 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Reid Spencer committed Nov 3, 2006
1 parent 9782131 commit 3a717d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Target/CBackend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3a717d5

Please sign in to comment.