Skip to content

Commit

Permalink
awslc.patch: patch another fallout cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 7, 2024
1 parent 05c7f49 commit 8adcd17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions awslc.patch
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@

#if defined(OPENSSL_WINDOWS)
OPENSSL_MSVC_PRAGMA(warning(push, 3))
+#if defined(__GNUC__) || defined(__clang__)
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wdeprecated"
+#if defined(__clang__)
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wdeprecated"
+#endif
#include <intrin.h>
+#if defined(__GNUC__) || defined(__clang__)
+#pragma GCC diagnostic pop
+#if defined(__clang__)
+#pragma clang diagnostic pop
+#endif
OPENSSL_MSVC_PRAGMA(warning(pop))
#endif
Expand Down

0 comments on commit 8adcd17

Please sign in to comment.