mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
9c8cc19f96
Removed useless cast in SFML/System/Utf.inl at line 296. This useless cast creates a warning when using -Wuseless-cast as an option in g++ and clang++. Operations can't be made on types smaller than 4 bytes (32 bits), so types smaller than 4 bytes are converted to at least 4 bytes types, thus rendering the static_cast<Uint32> useless in this particular case. |
||
---|---|---|
.. | ||
Audio | ||
Graphics | ||
Network | ||
System | ||
Window | ||
Audio.hpp | ||
Config.hpp | ||
GpuPreference.hpp | ||
Graphics.hpp | ||
Main.hpp | ||
Network.hpp | ||
OpenGL.hpp | ||
System.hpp | ||
Window.hpp |