1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Revise compiler checks for the rand_s() function.

FossilOrigin-Name: 287f508dd6abc1b9ffdbec6a685ebe79eeac992b
This commit is contained in:
mistachkin
2016-02-15 22:01:24 +00:00
parent 51d5ed97f5
commit bfc9b3f45c
5 changed files with 104 additions and 97 deletions

View File

@@ -16,7 +16,6 @@
#define _MSVC_H_
#if defined(_MSC_VER)
#define _CRT_RAND_S /* Make rand_s() available on windows systems */
#pragma warning(disable : 4054)
#pragma warning(disable : 4055)
#pragma warning(disable : 4100)