Wrapper for MSC < VS2015

This commit is contained in:
Eric Blankenhorn
2019-03-08 10:55:34 -06:00
parent be83a54f22
commit d26a6b59a3
2 changed files with 29 additions and 17 deletions
-5
View File
@@ -124,11 +124,6 @@ static int loggingEnabled = 0;
static struct log mynewt_log;
#endif /* WOLFSSL_APACHE_MYNEWT */
#ifdef _MSC_VER
/* 4996 warning to use MS extensions e.g., sprintf_s instead of XSPRINTF */
#pragma warning(disable: 4996)
#endif /* _MSC_VER */
#endif /* DEBUG_WOLFSSL */