disable c++ deprecation warnings
authorEvan Martin <martine@danga.com>
Sun, 19 Dec 2010 23:19:54 +0000 (15:19 -0800)
committerEvan Martin <martine@danga.com>
Sun, 19 Dec 2010 23:19:54 +0000 (15:19 -0800)
build.ninja

index 692a4b3..29d6237 100644 (file)
@@ -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