mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 18:04:13 +08:00
mdbx: disable warning #5045 for MSVC (minor).
This commit is contained in:
parent
eb4090c534
commit
e86bd88751
@ -45,6 +45,9 @@
|
|||||||
#if _MSC_VER > 1800
|
#if _MSC_VER > 1800
|
||||||
# pragma warning(disable : 4464) /* relative include path contains '..' */
|
# pragma warning(disable : 4464) /* relative include path contains '..' */
|
||||||
#endif
|
#endif
|
||||||
|
#if _MSC_VER > 1913
|
||||||
|
# pragma warning(disable : 5045) /* Compiler will insert Spectre mitigation... */
|
||||||
|
#endif
|
||||||
#pragma warning(disable : 4710) /* 'xyz': function not inlined */
|
#pragma warning(disable : 4710) /* 'xyz': function not inlined */
|
||||||
#pragma warning(disable : 4711) /* function 'xyz' selected for automatic inline expansion */
|
#pragma warning(disable : 4711) /* function 'xyz' selected for automatic inline expansion */
|
||||||
#pragma warning(disable : 4201) /* nonstandard extension used : nameless struct / union */
|
#pragma warning(disable : 4201) /* nonstandard extension used : nameless struct / union */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user