osb/source/utility
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
..
asset_packer.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
asset_unpacker.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
btree_repacker.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
CMakeLists.txt Add BTree Repacker 2023-10-19 05:44:32 +11:00
dump_versioned_json.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
dungeon_generation_benchmark.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
fix_embedded_tilesets.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
game_repl.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
generation_benchmark.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
make_versioned_json.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
map_grep.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
planet_mapgen.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
render_terrain_selector.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
tileset_updater.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
tileset_updater.hpp everything everywhere 2023-06-20 14:33:09 +10:00
update_tilesets.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
word_count.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
world_benchmark.cpp fix world_benchmark update() param 2024-02-01 15:00:57 +08:00