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 8adcd17 commit 992e8d2Copy full SHA for 992e8d2
awslc.patch
@@ -29,13 +29,13 @@
29
30
#if defined(OPENSSL_WINDOWS)
31
OPENSSL_MSVC_PRAGMA(warning(push, 3))
32
-+#if defined(__clang__)
33
-+#pragma clang diagnostic push
34
-+#pragma clang diagnostic ignored "-Wdeprecated"
++#if defined(__GNUC__) || defined(__clang__)
++#pragma GCC diagnostic push
++#pragma GCC diagnostic ignored "-Wdeprecated"
35
+#endif
36
#include <intrin.h>
37
38
-+#pragma clang diagnostic pop
++#pragma GCC diagnostic pop
39
40
OPENSSL_MSVC_PRAGMA(warning(pop))
41
#endif
0 commit comments