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
+2 -2
View File
@@ -1368,8 +1368,8 @@ void create_modifiable_vertex_data(
// index into a per-effect modifiable vertex buffer, not the giant per-FR3 merc vertex buffer.
// some stats
int num_tris = 0; // all triangles
int mod_tris = 0; // triangles in mod draws
[[maybe_unused]] int num_tris = 0; // all triangles
[[maybe_unused]] int mod_tris = 0; // triangles in mod draws
// loop over models added from this art-group
for (size_t mi = first_out_model; mi < out.models.size(); mi++) {