Warnings: teeks99-09-v14d-64onAMD64 - lexical_cast / msvc-14.0
Rev 358ef0dfe9d0153b266e72c05fef38c460a3a5cc / Fri, 13 Jun 2025 21:00:43 +0000
filesystem_test
..\libs\lexical_cast\test\filesystem_test.cpp(61): warning C4714: function 'boost::filesystem::path boost::filesystem::path::filename(void) const' marked as __forceinline not inlined
..\libs\lexical_cast\test\filesystem_test.cpp(61): warning C4714: function 'boost::filesystem::path boost::filesystem::path::stem(void) const' marked as __forceinline not inlined
..\libs\lexical_cast\test\filesystem_test.cpp(61): warning C4714: function 'boost::filesystem::path boost::filesystem::path::extension(void) const' marked as __forceinline not inlined
..\libs\lexical_cast\test\filesystem_test.cpp(61): warning C4714: function 'boost::filesystem::path boost::filesystem::path::generic_path(void) const' marked as __forceinline not inlined
                
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_t', possible loss of data
..\libs\lexical_cast\test\float_types_test.cpp(389): warning C4244: '=': conversion from 'long double' to 'test_t', possible loss of data
..\libs\lexical_cast\test\float_types_test.cpp(393): warning C4244: '=': conversion from 'long double' to '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(58): warning C4800: 'src': forcing value to bool 'true' or 'false' (performance warning)
..\boost/lexical_cast/detail/converter_numeric.hpp(102): warning C4800: 'src': forcing value to bool 'true' or 'false' (performance warning)
..\boost/lexical_cast/detail/converter_numeric.hpp(59): warning C4800: 'const int': forcing value to bool 'true' or 'false' (performance warning)
..\boost/lexical_cast/detail/converter_numeric.hpp(42): warning C4804: '<': unsafe use of type 'bool' in operation
                
no_exceptions_test
..\boost/assert/source_location.hpp(42): warning C4577: 'noexcept' used with no exception handling mode specified; termination on exception is not guaranteed. Specify /EHsc
                
try_lexical_convert
..\boost/lexical_cast/detail/converter_numeric.hpp(58): warning C4197: 'volatile int': top-level volatile in cast is ignored
                
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-'