about summary refs log tree commit diff homepage
path: root/stp/bitvec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stp/bitvec/Makefile')
-rw-r--r--stp/bitvec/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/stp/bitvec/Makefile b/stp/bitvec/Makefile
index 959d33cc..2652be1d 100644
--- a/stp/bitvec/Makefile
+++ b/stp/bitvec/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