Skip to content

Commit

Permalink
Make llvm2cpp -pedantic clean.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31389 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Reid Spencer committed Nov 3, 2006
1 parent 3a717d5 commit 7bd7873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/llvm2cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ REQUIRES_EH := 1

include $(LEVEL)/Makefile.common

CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
CompileCommonOpts := $(CompileCommonOpts) -Wno-format

0 comments on commit 7bd7873

Please sign in to comment.