Skip to content

Commit

Permalink
disable all aws-sdk warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkh committed Sep 25, 2024
1 parent 0238fdd commit 62aca5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ else()

if(MSVC)
list(APPEND cmake_args "-DCMAKE_CXX_FLAGS=/W3 /WX /EHsc")
list(APPEND cmake_args "-DAWS_SDK_WARNINGS_ARE_ERRORS=OFF")
endif()

include(ExternalProject)
Expand Down

0 comments on commit 62aca5f

Please sign in to comment.