about summary refs log tree commit diff homepage
path: root/stp/AST/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-05-02 20:20:25 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-05-02 20:20:25 +0000
commit20ec2186c190f753e62e2f2adca00742398e37ba (patch)
tree43e396f3e778f521da8042dfb958ee9b1dce79b1 /stp/AST/Makefile
parentf988120aabcf64227429e37c2c1f7e7704a9c616 (diff)
downloadklee-20ec2186c190f753e62e2f2adca00742398e37ba.tar.gz
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
Diffstat (limited to 'stp/AST/Makefile')
-rw-r--r--stp/AST/Makefile3
1 files changed, 3 insertions, 0 deletions
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