From 5c42d29c981b865f5d93751c42a25380600ca2c8 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Mon, 17 Feb 2020 22:01:11 +0300 Subject: [PATCH] Try to fix MSVC warning (std::iterator deprecation) --- rpcs3_default.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3_default.props b/rpcs3_default.props index 4981960f61..bafc00f69c 100644 --- a/rpcs3_default.props +++ b/rpcs3_default.props @@ -13,7 +13,7 @@ true - PUGIXML_HEADER_ONLY;_ENABLE_EXTENDED_ALIGNED_STORAGE;%(PreprocessorDefinitions) + PUGIXML_HEADER_ONLY;_ENABLE_EXTENDED_ALIGNED_STORAGE;_SILENCE_CXX17_ITERATOR;%(PreprocessorDefinitions) true Level3 false