roaring: Mark a variable as unused

Otherwise clang complains.
This commit is contained in:
Matthias Clasen 2023-05-18 08:34:48 -04:00
parent 89b61eeec4
commit c4fb473d4b

View File

@ -4543,7 +4543,7 @@ void *convert_run_optimize(void *c, uint8_t typecode_original,
int long_ctr = 0;
uint64_t cur_word = c_qua_bitset->array[0];
int run_count = 0;
G_GNUC_UNUSED int run_count = 0;
while (true) {
while (cur_word == UINT64_C(0) &&
long_ctr < BITSET_CONTAINER_SIZE_IN_WORDS - 1)