mirror of
https://github.com/isar/libmdbx.git
synced 2025-07-13 00:14:45 +08:00
mdbx: отключение MSVC предупреждений C5286 и C5287.
This commit is contained in:
parent
c7b119af68
commit
1b1bec2b30
@ -122,6 +122,8 @@
|
||||
#pragma warning(disable : 6235) /* <expression> is always a constant */
|
||||
#pragma warning(disable : 6237) /* <expression> is never evaluated and might \
|
||||
have side effects */
|
||||
#pragma warning(disable : 5286) /* implicit conversion from enum type 'type 1' to enum type 'type 2' */
|
||||
#pragma warning(disable : 5287) /* operands are different enum types 'type 1' and 'type 2' */
|
||||
#endif
|
||||
#pragma warning(disable : 4710) /* 'xyz': function not inlined */
|
||||
#pragma warning(disable : 4711) /* function 'xyz' selected for automatic \
|
||||
|
Loading…
x
Reference in New Issue
Block a user