From a35f540e7a8ffbf26c10b22660f1c2d0821f7228 Mon Sep 17 00:00:00 2001 From: Silent Date: Thu, 15 Aug 2019 17:47:55 +0200 Subject: [PATCH 1/2] Explicitly enable conformance mode, and remove /Zc:inline because it's a default now --- Source/VSProps/Base.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 16699d9e72..9fdc6aff9c 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -88,9 +88,9 @@ stdcpplatest - /permissive- %(AdditionalOptions) + true - /Zc:inline /Zc:throwingNew /volatile:iso %(AdditionalOptions) + /Zc:throwingNew /volatile:iso %(AdditionalOptions) /Zo %(AdditionalOptions) @@ -103,7 +103,7 @@ seem to be a way to only ignore the specific instance we don't care about... 4351 new behavior: elements of array 'array' will be default initialized --> - 4996;4351 + 4996;4351;%(DisableSpecificWarnings)