From dbacf94cf6b5f1d3947523792a3834d345302ae1 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Sun, 19 Dec 2010 15:19:54 -0800 Subject: [PATCH] disable c++ deprecation warnings --- build.ninja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ninja b/build.ninja index 692a4b3..29d6237 100644 --- a/build.ninja +++ b/build.ninja @@ -7,7 +7,7 @@ builddir = build # the rules to make use of them. cxx = g++ #cxx = /home/evanm/projects/src/llvm/Release+Asserts/bin/clang++ -cflags = -g -Wall +cflags = -g -Wall -Wno-deprecated # needed for backtrace() ldflags = -g -rdynamic -- 2.7.4