File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4392,7 +4392,7 @@ void bvector<Alloc>::set_range_no_check(bm::id_t left,
4392
4392
(nblock_left == nblock_right) ? nbit_right :(bm::bits_in_block-1 );
4393
4393
4394
4394
bm::gap_word_t tmp_gap_blk[5 ];
4395
- tmp_gap_buf [0 ] = 0 ; // just to silence GCC warning on uninit var
4395
+ tmp_gap_blk [0 ] = 0 ; // just to silence GCC warning on uninit var
4396
4396
4397
4397
// Set bits in the starting block
4398
4398
@@ -4466,7 +4466,7 @@ void bvector<Alloc>::clear_range_no_check(bm::id_t left,
4466
4466
(nblock_left == nblock_right) ? nbit_right : (bm::bits_in_block - 1 );
4467
4467
4468
4468
bm::gap_word_t tmp_gap_blk[5 ];
4469
- tmp_gap_buf [0 ] = 0 ; // just to silence GCC warning on uninit var
4469
+ tmp_gap_blk [0 ] = 0 ; // just to silence GCC warning on uninit var
4470
4470
4471
4471
// Set bits in the starting block
4472
4472
bm::word_t * block;// = blockman_.get_block(nblock_left);
You can’t perform that action at this time.
0 commit comments