mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-04 08:50:12 -05:00
Squash applink.c compilation warnings
This commit is contained in:
parent
396318dcd1
commit
ce2d586956
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user