From 178f89cc435ffebb0faf7a1fa7923826aab9ce96 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Fri, 17 Dec 2010 15:36:49 -0800 Subject: [PATCH] suppress hash_map deprecation warning --- build.ninja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ninja b/build.ninja index 981a6a6..ed3c5b3 100644 --- a/build.ninja +++ b/build.ninja @@ -10,7 +10,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