clang warning fix

This commit is contained in:
Richard Geldreich
2025-09-05 21:13:22 -04:00
parent f96fece6ee
commit dfcfe7bf19

View File

@@ -4622,6 +4622,7 @@ namespace basist
const int CHROMA_THRESH = 10;
uint32_t total_filtered_blocks = 0;
BASISU_NOTE_UNUSED(total_filtered_blocks);
for (int by = 0; by < (int)num_blocks_y; by++)
{