minetest / irrlicht

Minetest's fork of Irrlicht
Other
115 stars 87 forks source link

Fix 10 MSVC narrowing cast warnings from irrString and irrArray #261

Closed JosiahWI closed 6 months ago

JosiahWI commented 6 months ago

It seems these data structures sizes are intended to be limited to what fits in a u32 by the current implementation, so I've resolved the warnings by casting the sizes of the underlying STL types.

I saw these warnings in a Visual Studio 17 2022 Debug build with current master.