Warnings: teeks99-06-mc15-2b-64onaarch64 - algorithm / clang-linux-15~c++2b
Rev 2b7c83edd2af574bf4a892389c61cee817fcb8c5 / Fri, 15 Nov 2024 05:00:04 +0000
clamp_test
../libs/algorithm/test/clamp_test.cpp:95:50: warning: implicit conversion from 'double' to 'typename boost::type_identity<short>::type' (aka 'short') changes value from 56.9 to 56 [-Wliteral-conversion]
../libs/algorithm/test/clamp_test.cpp:96:60: warning: implicit conversion from 'int' to 'const typename boost::type_identity<short>::type' (aka 'const short') changes value from 123456999 to -12825 [-Wconstant-conversion]
../libs/algorithm/test/clamp_test.cpp:96:50: warning: implicit conversion from 'int' to 'const typename boost::type_identity<short>::type' (aka 'const short') changes value from 12345678 to 24910 [-Wconstant-conversion]
../libs/algorithm/test/clamp_test.cpp:310:80: warning: implicit conversion from 'double' to 'typename boost::type_identity<short>::type' (aka 'short') changes value from 56.9 to 56 [-Wliteral-conversion]
../libs/algorithm/test/clamp_test.cpp:312:90: warning: implicit conversion from 'int' to 'const typename boost::type_identity<short>::type' (aka 'const short') changes value from 123456999 to -12825 [-Wconstant-conversion]
../libs/algorithm/test/clamp_test.cpp:312:80: warning: implicit conversion from 'int' to 'const typename boost::type_identity<short>::type' (aka 'const short') changes value from 12345678 to 24910 [-Wconstant-conversion]
6 warnings generated.