From b0cb94702c2149726db1700dba5af9c0b4e6df0a Mon Sep 17 00:00:00 2001 From: Victor Vazquez Date: Tue, 10 Aug 2021 10:58:22 -0700 Subject: [PATCH] supresss gtest warning from test pw (#2726) --- sdk/core/azure-core-test/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sdk/core/azure-core-test/CMakeLists.txt b/sdk/core/azure-core-test/CMakeLists.txt index fab460286..df6f8425b 100644 --- a/sdk/core/azure-core-test/CMakeLists.txt +++ b/sdk/core/azure-core-test/CMakeLists.txt @@ -35,6 +35,11 @@ add_library ( ${AZURE_CORE_TEST_SOURCE} ) +if (MSVC) + # - C6326: Google comparisons + target_compile_options(azure-core-test-fw PUBLIC /wd6326) +endif() + target_include_directories (azure-core-test-fw PUBLIC $