[llvm-commits] CVS: llvm/tools/llvm2cpp/Makefile
Reid Spencer
reid at x10sys.com
Thu Nov 2 16:05:30 PST 2006
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
More information about the llvm-commits
mailing list