diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IcePatch2Lib/Makefile.mk | 2 |
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) |