float_types_test
..\libs\lexical_cast\test\float_types_test.cpp(324): warning C4127: conditional expression is constant
..\libs\lexical_cast\test\float_types_test.cpp(385): 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(389): 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(393): 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(612): warning C4127: conditional expression is constant
..\libs\lexical_cast\test\integral_types_test.cpp(103): warning C4244: '=': conversion from 'int' to 'short', possible loss of data
..\libs\lexical_cast\test\integral_types_test.cpp(165): warning C4127: conditional expression is constant
..\libs\lexical_cast\test\integral_types_test.cpp(263): warning C4127: conditional expression is constant
..\libs\lexical_cast\test\integral_types_test.cpp(103): warning C4244: '=': conversion from 'int' to 'unsigned short', possible loss of data
..\libs\lexical_cast\test\integral_types_test.cpp(191): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\libs\lexical_cast\test\integral_types_test.cpp(288): warning C4146: unary minus operator applied to unsigned type, result still unsigned
lexical_cast_test
..\boost/lexical_cast/detail/converter_numeric.hpp(42): warning C4804: '<': unsafe use of type 'bool' in operation
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-'