1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-11-29 14:34:29 +00:00
openmw/apps
elsid cde34d8041 Fix C4244 in navmeshtilescache benchmark
apps\benchmarks\detournavigator\navmeshtilescache.cpp(97): warning C4244: 'argument': conversion from 'double' to 'size_t', possible loss of data
apps\benchmarks\detournavigator\navmeshtilescache.cpp(97): note: the template instantiation context (the oldest one first) is
apps\benchmarks\detournavigator\navmeshtilescache.cpp(192): note: see reference to function template instantiation 'void `anonymous-namespace'::getFromFilledCache<1048576,100>(benchmark::State &)' being compiled
apps\benchmarks\detournavigator\navmeshtilescache.cpp(179): note: see reference to function template instantiation 'void `anonymous-namespace'::generateKeys<std::back_insert_iterator<std::vector<`anonymous-namespace'::Key,std::allocator<`anonymous-namespace'::Key>>>,std::linear_congruential_engine<unsigned int,48271,0,2147483647>>(_T0,size_t,_T1 &)' being compiled
        with
        [
            _T0=std::back_insert_iterator<std::vector<`anonymous-namespace'::Key,std::allocator<`anonymous-namespace'::Key>>>,
            _T1=std::linear_congruential_engine<unsigned int,48271,0,2147483647>
        ]
apps\benchmarks\detournavigator\navmeshtilescache.cpp(153): note: see reference to function template instantiation '`anonymous-namespace'::Key `anonymous-namespace'::generateKey<_T1>(size_t,_T0 &)' being compiled
        with
        [
            _T1=std::linear_congruential_engine<unsigned int,48271,0,2147483647>,
            _T0=std::linear_congruential_engine<unsigned int,48271,0,2147483647>
        ]
apps\benchmarks\detournavigator\navmeshtilescache.cpp(141): note: see reference to function template instantiation 'DetourNavigator::Mesh `anonymous-namespace'::generateMesh<_T0>(size_t,_T0 &)' being compiled
        with
        [
            _T0=std::linear_congruential_engine<unsigned int,48271,0,2147483647>
        ]
apps\benchmarks\detournavigator\navmeshtilescache.cpp(99): warning C4244: 'argument': conversion from 'double' to 'size_t', possible loss of data
apps\benchmarks\detournavigator\navmeshtilescache.cpp(112): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
apps\benchmarks\detournavigator\navmeshtilescache.cpp(112): note: the template instantiation context (the oldest one first) is
apps\benchmarks\detournavigator\navmeshtilescache.cpp(144): note: see reference to function template instantiation 'DetourNavigator::Heightfield `anonymous-namespace'::generateHeightfield<_T0>(_T0 &)' being compiled
        with
        [
            _T0=std::linear_congruential_engine<unsigned int,48271,0,2147483647>
        ]
2025-11-21 15:37:40 +00:00
..
benchmarks Fix C4244 in navmeshtilescache benchmark 2025-11-21 15:37:40 +00:00
bsatool Use proper naming for BSA File and Hash members 2025-09-20 19:21:17 +02:00
bulletobjecttool
components_tests Resolve merge conflicts from !4971 2025-11-10 16:01:47 +00:00
esmtool Address conversion warnings in esmtool 2025-09-20 16:16:01 +02:00
essimporter Address conversion warnings in essimporter 2025-09-20 16:20:47 +02:00
launcher Address conversion warning in the launcher 2025-09-20 16:22:18 +02:00
mwiniimporter Resolve a number of Coverity defects 2025-08-06 19:52:09 +02:00
navmeshtool Fix loads of warnings 2025-07-24 00:20:05 +01:00
niftest Fix and enforce local variable naming 2025-08-05 21:27:48 +02:00
opencs Resolve merge conflicts from !4938 and !4956 2025-11-02 18:05:38 +00:00
opencs_tests
openmw Move 0 check to the top 2025-11-15 11:03:56 +01:00
openmw_tests Resolve merge conflicts from !4971 2025-11-10 16:01:47 +00:00
wizard Fix and enforce parameter naming 2025-08-27 12:45:09 +02:00
doc.hpp