SFML/include/SFML
SGauvin 9c8cc19f96 Removed useless cast
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.
2019-02-19 10:08:58 +01:00
..
Audio Updated the copyright year to 2019 2019-01-08 08:53:33 +01:00
Graphics Added a VertexBuffer implementation to all Drawables that were rendered via VertexArrays. 2019-02-19 10:05:59 +01:00
Network Updated the copyright year to 2019 2019-01-08 08:53:33 +01:00
System Removed useless cast 2019-02-19 10:08:58 +01:00
Window Updated the copyright year to 2019 2019-01-08 08:53:33 +01:00
Audio.hpp Updated the copyright year to 2019 2019-01-08 08:53:33 +01:00
Config.hpp Updated the copyright year to 2019 2019-01-08 08:53:33 +01:00
GpuPreference.hpp Updated the copyright year to 2019 2019-01-08 08:53:33 +01:00
Graphics.hpp Updated the copyright year to 2019 2019-01-08 08:53:33 +01:00
Main.hpp Updated the copyright year to 2019 2019-01-08 08:53:33 +01:00
Network.hpp Updated the copyright year to 2019 2019-01-08 08:53:33 +01:00
OpenGL.hpp Updated the copyright year to 2019 2019-01-08 08:53:33 +01:00
System.hpp Updated the copyright year to 2019 2019-01-08 08:53:33 +01:00
Window.hpp Updated the copyright year to 2019 2019-01-08 08:53:33 +01:00