• Marko Mäkelä's avatar
    Silence GCC 9.2.1 -Warray-bounds · 130d9490
    Marko Mäkelä authored
    No memory access violated the bounds of fake_extra_buf[],
    but GCC does not like the fact that the pointer fake_extra
    ends up pointing before the array.
    Allocate a dummy element at the start of fake_extra_buf[]
    in order to silence the warning.
    130d9490
row0log.cc 113 KB