osb/source
Kai Blaschke 431a9c00a5
Fixed a huge amount of Clang warnings
On Linux and macOS, using Clang to compile OpenStarbound produces about 400 MB worth of warnings during the build, making the compiler output unreadable and slowing the build down considerably.

99% of the warnings were unqualified uses of std::move and std::forward, which are now all properly qualified.

Fixed a few other minor warnings about non-virtual destructors and some uses of std::move preventing copy elision on temporary objects.

Most remaining warnings are now unused parameters.
2024-02-19 16:55:19 +01:00
..
application Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
base Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
client Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
core Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
extern fix Opus options (the right way) 2023-11-26 23:01:02 +11:00
frontend Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
game Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
json_tool The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
mod_uploader The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
platform everything everywhere 2023-06-20 14:33:09 +10:00
rendering Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
server Rename global WorldTimestep var to more appropriate name 2023-08-15 13:38:40 +10:00
test Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
utility Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
windowing Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
CMakeLists.txt Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
CMakeSettings.json update CmakeSettings 2024-02-13 15:20:13 +08:00