mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
roaring: Mark a variable as unused
Otherwise clang complains.
This commit is contained in:
parent
89b61eeec4
commit
c4fb473d4b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user