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