From f399397133104b80fa36f4d413c4018a5e8f7c15 Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:33:38 -0400 Subject: [PATCH] [Analyzers][CPP] Turn off warning for 5271 --- Cpp.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cpp.Build.props b/Cpp.Build.props index 5eb275a507..2d85fb801f 100644 --- a/Cpp.Build.props +++ b/Cpp.Build.props @@ -50,7 +50,7 @@ pch.h Level4 - 4679;%(DisableSpecificWarnings) + 4679;5271;%(DisableSpecificWarnings) true TurnOffAllWarnings false