From 5138f8d3ed0824df1b313d015bbc1979957db8dc Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Tue, 10 May 2016 09:01:29 -0400 Subject: New nodeprecatedwarnings-cppflags variable --- cpp/src/IcePatch2Lib/Makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') 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) -- cgit v1.2.3