float_types_test
..\libs\lexical_cast\test\float_types_test.cpp(390): warning C4244: '=': conversion from 'double' to 'test_converion_from_to_float_types::test_t', possible loss of data
..\libs\lexical_cast\test\float_types_test.cpp(394): warning C4244: '=': conversion from 'long double' to 'test_converion_from_to_float_types::test_t', possible loss of data
..\libs\lexical_cast\test\float_types_test.cpp(398): warning C4244: '=': conversion from 'long double' to 'test_converion_from_to_float_types::test_t', possible loss of data
integral_types_test
..\libs\lexical_cast\test\integral_types_test.cpp(106): warning C4244: '=': conversion from 'int' to 'short', possible loss of data
..\libs\lexical_cast\test\integral_types_test.cpp(106): warning C4244: '=': conversion from 'int' to 'unsigned short', possible loss of data
..\libs\lexical_cast\test\integral_types_test.cpp(194): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\libs\lexical_cast\test\integral_types_test.cpp(291): warning C4146: unary minus operator applied to unsigned type, result still unsigned
typedefed_wchar_test
cl : Command line warning D9025 : overriding '/Zc:wchar_t' with '/Zc:wchar_t-'
typedefed_wchar_test_runtime
cl : Command line warning D9025 : overriding '/Zc:wchar_t' with '/Zc:wchar_t-'