Skip to content

Commit

Permalink
deprecate aws sdk warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
JaySon-Huang committed Feb 18, 2023
1 parent 54b0e42 commit 9c46a74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/aws-cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ target_include_directories(_aws SYSTEM BEFORE PRIVATE ${AWS_PRIVATE_INCLUDES})
target_compile_definitions(_aws PUBLIC ${AWS_PUBLIC_COMPILE_DEFS})
target_compile_definitions(_aws PRIVATE ${AWS_PRIVATE_COMPILE_DEFS})
target_link_libraries(_aws PRIVATE ${AWS_PRIVATE_LIBS})
target_no_warning(_aws deprecated-declarations)
target_no_warning(_aws implicit-function-declaration)

aws_set_thread_affinity_method(_aws)
aws_set_thread_name_method(_aws)
Expand Down

0 comments on commit 9c46a74

Please sign in to comment.