We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c7f49 commit 8adcd17Copy full SHA for 8adcd17
awslc.patch
@@ -29,13 +29,13 @@
29
30
#if defined(OPENSSL_WINDOWS)
31
OPENSSL_MSVC_PRAGMA(warning(push, 3))
32
-+#if defined(__GNUC__) || defined(__clang__)
33
-+#pragma GCC diagnostic push
34
-+#pragma GCC diagnostic ignored "-Wdeprecated"
++#if defined(__clang__)
++#pragma clang diagnostic push
++#pragma clang diagnostic ignored "-Wdeprecated"
35
+#endif
36
#include <intrin.h>
37
38
-+#pragma GCC diagnostic pop
++#pragma clang diagnostic pop
39
40
OPENSSL_MSVC_PRAGMA(warning(pop))
41
#endif
0 commit comments