From 986bbb3a5930a4a779698f53aa61293d1c64b7a3 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:25:40 -0700 Subject: [PATCH] Remove old warning suppression from Storage (#5109) Co-authored-by: Anton Kolesnyk --- sdk/storage/azure-storage-common/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk/storage/azure-storage-common/CMakeLists.txt b/sdk/storage/azure-storage-common/CMakeLists.txt index 9e419922e..ba77ab26d 100644 --- a/sdk/storage/azure-storage-common/CMakeLists.txt +++ b/sdk/storage/azure-storage-common/CMakeLists.txt @@ -97,8 +97,6 @@ target_link_libraries(azure-storage-common PUBLIC Azure::azure-core) if(WIN32) target_link_libraries(azure-storage-common PRIVATE bcrypt webservices) - # C28020 and C28204 are introduced by nlohmann/json - target_compile_options(azure-storage-common PUBLIC /wd28204 /wd28020) else() find_package(LibXml2 REQUIRED) target_include_directories(azure-storage-common SYSTEM PRIVATE ${LIBXML2_INCLUDE_DIRS})