mdbx: отключение MSVC предупреждений C5286 и C5287.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2025-07-11 10:44:17 +03:00
parent c7b119af68
commit 1b1bec2b30

View File

@ -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 \