Changes in directory llvm/tools/llvm2cpp:

Makefile updated: 1.8 -> 1.9
---
Log message:

Make llvm2cpp -pedantic clean.


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/tools/llvm2cpp/Makefile
diff -u llvm/tools/llvm2cpp/Makefile:1.8 llvm/tools/llvm2cpp/Makefile:1.9
--- llvm/tools/llvm2cpp/Makefile:1.8    Mon Sep  4 00:59:09 2006
+++ llvm/tools/llvm2cpp/Makefile        Thu Nov  2 18:05:16 2006
@@ -13,4 +13,4 @@
 
 include $(LEVEL)/Makefile.common
 
-CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
+CompileCommonOpts := $(CompileCommonOpts) -Wno-format 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to