Warnings: teeks99-06-dc15-2b-64onaarch64 - algorithm / clang-linux-15~c++2b
Rev c5239cd4ca1e63a779117b2b48e182fa95c31b54 / Mon, 18 Nov 2024 02:07:21 +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.