From ce2d586956e1369d954c8f2da4ade649ff558450 Mon Sep 17 00:00:00 2001 From: olszomal Date: Wed, 20 Jul 2022 15:23:34 +0200 Subject: [PATCH] Squash applink.c compilation warnings --- applink.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applink.c b/applink.c index 1d8ecf7..bf36356 100644 --- a/applink.c +++ b/applink.c @@ -100,6 +100,7 @@ __stdcall # else __cdecl # endif +#pragma warning(push, 2) OPENSSL_Applink(void) { static int once = 1; @@ -137,7 +138,7 @@ OPENSSL_Applink(void) return OPENSSL_ApplinkTable; } - +#pragma warning(pop) #ifdef __cplusplus } #endif