Warnings: teeks99-09-v14m-64onAMD64 - algorithm / msvc-14.0
Rev 62658b2ab10667a59ced1201b3443ff937b70d4e / Tue, 19 Nov 2024 16:58:06 +0000
apply_permutation_test
..\boost/algorithm/apply_permutation.hpp(55): warning C4244: '=': conversion from 'Diff' to 'int', possible loss of data
..\boost/algorithm/apply_permutation.hpp(58): warning C4244: '=': conversion from 'Diff' to 'int', possible loss of data
                
clamp_test
..\libs\algorithm\test\clamp_test.cpp(88): warning C4244: 'argument': conversion from 'double' to 'const unsigned int', possible loss of data
..\libs\algorithm\test\clamp_test.cpp(89): warning C4244: 'argument': conversion from 'double' to 'const unsigned int', possible loss of data
..\libs\algorithm\test\clamp_test.cpp(90): warning C4244: 'argument': conversion from 'double' to 'const unsigned int', possible loss of data
..\libs\algorithm\test\clamp_test.cpp(91): warning C4244: 'argument': conversion from 'double' to 'const unsigned int', possible loss of data
..\libs\algorithm\test\clamp_test.cpp(92): warning C4244: 'argument': conversion from 'double' to 'const unsigned int', possible loss of data
..\libs\algorithm\test\clamp_test.cpp(95): warning C4244: 'argument': conversion from 'double' to 'const short', possible loss of data
..\libs\algorithm\test\clamp_test.cpp(96): warning C4305: 'argument': truncation from 'int' to 'const short'
..\libs\algorithm\test\clamp_test.cpp(96): warning C4309: 'argument': truncation of constant value
..\libs\algorithm\test\clamp_test.cpp(297): warning C4244: 'argument': conversion from 'double' to 'const unsigned int', possible loss of data
..\libs\algorithm\test\clamp_test.cpp(299): warning C4244: 'argument': conversion from 'double' to 'const unsigned int', possible loss of data
..\libs\algorithm\test\clamp_test.cpp(301): warning C4244: 'argument': conversion from 'double' to 'const unsigned int', possible loss of data
..\libs\algorithm\test\clamp_test.cpp(303): warning C4244: 'argument': conversion from 'double' to 'const unsigned int', possible loss of data
..\libs\algorithm\test\clamp_test.cpp(305): warning C4244: 'argument': conversion from 'double' to 'const unsigned int', possible loss of data
..\libs\algorithm\test\clamp_test.cpp(310): warning C4244: 'argument': conversion from 'double' to 'const short', possible loss of data
..\libs\algorithm\test\clamp_test.cpp(312): warning C4305: 'argument': truncation from 'int' to 'const short'
..\libs\algorithm\test\clamp_test.cpp(312): warning C4309: 'argument': truncation of constant value
                
exclusive_scan_test
..\libs\algorithm\test\exclusive_scan_test.cpp(43): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\libs\algorithm\test\exclusive_scan_test.cpp(51): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
                
inclusive_scan_test
..\libs\algorithm\test\inclusive_scan_test.cpp(43): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\libs\algorithm\test\inclusive_scan_test.cpp(51): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\libs\algorithm\test\inclusive_scan_test.cpp(82): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\libs\algorithm\test\inclusive_scan_test.cpp(90): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\libs\algorithm\test\inclusive_scan_test.cpp(122): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\libs\algorithm\test\inclusive_scan_test.cpp(130): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
                
is_clamped_test
..\libs\algorithm\test\is_clamped_test.cpp(86): warning C4244: 'argument': conversion from 'double' to 'const unsigned int', possible loss of data
..\libs\algorithm\test\is_clamped_test.cpp(87): warning C4244: 'argument': conversion from 'double' to 'const unsigned int', possible loss of data
..\libs\algorithm\test\is_clamped_test.cpp(88): warning C4244: 'argument': conversion from 'double' to 'const unsigned int', possible loss of data
..\libs\algorithm\test\is_clamped_test.cpp(89): warning C4244: 'argument': conversion from 'double' to 'const unsigned int', possible loss of data
..\libs\algorithm\test\is_clamped_test.cpp(90): warning C4244: 'argument': conversion from 'double' to 'const unsigned int', possible loss of data
..\libs\algorithm\test\is_clamped_test.cpp(93): warning C4244: 'argument': conversion from 'double' to 'const int', possible loss of data
..\libs\algorithm\test\is_clamped_test.cpp(94): warning C4244: 'argument': conversion from 'double' to 'const int', possible loss of data
..\libs\algorithm\test\is_clamped_test.cpp(157): warning C4244: 'argument': conversion from 'double' to 'const int', possible loss of data
..\libs\algorithm\test\is_clamped_test.cpp(158): warning C4244: 'argument': conversion from 'double' to 'const int', possible loss of data
                
is_permutation_test1
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(213): warning C4996: 'std::mismatch::_Unchecked_iterators::_Deprecate': Call to 'std::mismatch' with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
                
transform_exclusive_scan_test
..\libs\algorithm\test\transform_exclusive_scan_test.cpp(103): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\libs\algorithm\test\transform_exclusive_scan_test.cpp(111): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xutility(2983): warning C4996: 'std::equal::_Unchecked_iterators::_Deprecate': Call to 'std::equal' with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
                
transform_inclusive_scan_test
..\libs\algorithm\test\transform_inclusive_scan_test.cpp(93): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\libs\algorithm\test\transform_inclusive_scan_test.cpp(101): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\libs\algorithm\test\transform_inclusive_scan_test.cpp(196): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\libs\algorithm\test\transform_inclusive_scan_test.cpp(204): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xutility(2983): warning C4996: 'std::equal::_Unchecked_iterators::_Deprecate': Call to 'std::equal' with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'