Skip to content
Snippets Groups Projects
Commit c0b1dec8 authored by Reid Spencer's avatar Reid Spencer
Browse files

Make CBackend -pedantic clean.

llvm-svn: 31388
parent cb67d990
No related merge requests found
...@@ -11,5 +11,4 @@ LEVEL = ../../.. ...@@ -11,5 +11,4 @@ LEVEL = ../../..
LIBRARYNAME = LLVMCBackend LIBRARYNAME = LLVMCBackend
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common
CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) CompileCommonOpts := $(CompileCommonOpts) -Wno-format
CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment