From 2c2fd21d41e43a5b1fae2d10478ec891830cf80d Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sat, 22 Aug 2020 02:07:33 -0700 Subject: [PATCH] msbuild: silence warnings about deprecated codecvt items --- Source/VSProps/Base.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 348d58fe53..1954c7cf1d 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -54,6 +54,8 @@ $(ExternalsDir)zstd\lib;%(AdditionalIncludeDirectories) FMT_HEADER_ONLY=1;%(PreprocessorDefinitions) _CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions) USE_UPNP;USE_USBDK;__LIBUSB__;%(PreprocessorDefinitions) SFML_STATIC;%(PreprocessorDefinitions) USE_ANALYTICS=1;%(PreprocessorDefinitions)