Closed ucko closed 6 years ago
Reinstate the tmp_gap_blk initializer in set_range_no_check, and add an identical one in clear_range_no_check, to address errors when building with -Werror=maybe-uninitialized.
I reproduced the error, and can confirm that your minimal patch will suffice.
Thanks!
Reinstate the tmp_gap_blk initializer in set_range_no_check, and add an identical one in clear_range_no_check, to address errors when building with -Werror=maybe-uninitialized.