summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2016-05-10 09:01:29 -0400
committerBernard Normier <bernard@zeroc.com>2016-05-10 09:04:24 -0400
commit5138f8d3ed0824df1b313d015bbc1979957db8dc (patch)
tree28cd5292560c2908403266416f2f23fd392af9bf /cpp
parentFixes to allow per-project/component platform/config variables (diff)
downloadice-5138f8d3ed0824df1b313d015bbc1979957db8dc.tar.bz2
ice-5138f8d3ed0824df1b313d015bbc1979957db8dc.tar.xz
ice-5138f8d3ed0824df1b313d015bbc1979957db8dc.zip
New nodeprecatedwarnings-cppflags variable
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/IcePatch2Lib/Makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2Lib/Makefile.mk b/cpp/src/IcePatch2Lib/Makefile.mk
index f55856ccd2b..3f2c152a207 100644
--- a/cpp/src/IcePatch2Lib/Makefile.mk
+++ b/cpp/src/IcePatch2Lib/Makefile.mk
@@ -13,6 +13,6 @@ IcePatch2_targetdir := $(libdir)
IcePatch2_dependencies := Ice
IcePatch2_libs := bz2
IcePatch2_sliceflags := --include-dir IcePatch2 --dll-export ICE_PATCH2_API
-IcePatch2_cppflags := -Wno-deprecated-declarations
+IcePatch2_cppflags := $(nodeprecatedwarnings-cppflags)
projects += $(project)