• Marko Mäkelä's avatar
    Fix g++-12 -O2 -Wstringop-overflow · c14f60a7
    Marko Mäkelä authored
    buf_pool_t::watch_unset(): Reorder some code so that
    no warning will be emitted in CMAKE_BUILD_TYPE=RelWithDebInfo.
    It is unclear why invoking watch_is_sentinel() before
    buf_fix_count() would make the warning disappear.
    c14f60a7
buf0buf.cc 134 KB