From 20ec2186c190f753e62e2f2adca00742398e37ba Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 2 May 2010 20:20:25 +0000 Subject: Scatter -Wno-deprecated about to suppress warnings about ext/hash* uses, I don't feel like fixing this the right way right now. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@102875 91177308-0d34-0410-b5e6-96231b3b80d8 --- stp/AST/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stp/AST') diff --git a/stp/AST/Makefile b/stp/AST/Makefile index 66a0472c..c3b54672 100644 --- a/stp/AST/Makefile +++ b/stp/AST/Makefile @@ -14,3 +14,6 @@ DONT_BUILD_RELINKED=1 BUILD_ARCHIVE=1 include $(LEVEL)/Makefile.common + +# HACK: Force -Wno-deprecated for ext container use. +CXX.Flags += -Wno-deprecated -- cgit 1.4.1