Skip to content

Commit

Permalink
Better deprecation disabling 3
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryOsterman committed Feb 1, 2023
1 parent ec7a5cb commit 7d91aed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/core/azure-core/test/ut/pipeline_test.cpp
Expand Up @@ -59,6 +59,7 @@ TEST(Pipeline, attestationConstructor)
#pragma warning(disable : 4996)
#else
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-implementations"
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
#endif
// Construct pipeline without exception
Expand Down

0 comments on commit 7d91aed

Please sign in to comment.