cleanup our cmake and build warnings (#2876)

This commit is contained in:
Tyler Wilding
2023-08-08 18:53:16 -06:00
committed by GitHub
parent 59ac52721c
commit a06a6c6416
50 changed files with 136 additions and 118 deletions
@@ -677,7 +677,7 @@ static void link_v3(LinkedObjectFile& f,
}
if (game_version == GameVersion::Jak2) {
bool adjusted = false;
[[maybe_unused]] bool adjusted = false;
while (segment_size % 4) {
segment_size++;
adjusted = true;