From a1456da24ebb2c885d31f26d830dd0f387dfd1b1 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Tue, 18 Feb 2020 14:28:33 +0300 Subject: [PATCH] Silence C++17 std::iterator deprecation warning --- rpcs3_default.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3_default.props b/rpcs3_default.props index bafc00f69c..de0352fb40 100644 --- a/rpcs3_default.props +++ b/rpcs3_default.props @@ -13,7 +13,7 @@ true - PUGIXML_HEADER_ONLY;_ENABLE_EXTENDED_ALIGNED_STORAGE;_SILENCE_CXX17_ITERATOR;%(PreprocessorDefinitions) + PUGIXML_HEADER_ONLY;_ENABLE_EXTENDED_ALIGNED_STORAGE;_SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING;%(PreprocessorDefinitions) true Level3 false