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/c_interface/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stp/c_interface') diff --git a/stp/c_interface/Makefile b/stp/c_interface/Makefile index 3082f715..29b9006b 100644 --- a/stp/c_interface/Makefile +++ b/stp/c_interface/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