Squash applink.c compilation warnings

This commit is contained in:
olszomal 2022-07-20 15:23:34 +02:00 committed by Michał Trojnara
parent 396318dcd1
commit ce2d586956

View File

@ -100,6 +100,7 @@ __stdcall
# else # else
__cdecl __cdecl
# endif # endif
#pragma warning(push, 2)
OPENSSL_Applink(void) OPENSSL_Applink(void)
{ {
static int once = 1; static int once = 1;
@ -137,7 +138,7 @@ OPENSSL_Applink(void)
return OPENSSL_ApplinkTable; return OPENSSL_ApplinkTable;
} }
#pragma warning(pop)
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif