Warnings: teeks99-09-v18ml-64onAMD64 - lexical_cast / msvc-14.5
Rev e3ce2cea4fcc203eefcc7fa3020ec3f624bce811 / Fri, 24 Jul 2026 15:05:56 +0000
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-'