diff options
Diffstat (limited to 'stp/c_interface/Makefile')
-rw-r--r-- | stp/c_interface/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |