Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When configured with -DSeastar_NUMA=OFF, fix -Wunused-but-set-variable that triggers with clang-16. seastar/src/core/memory.cc:1868:12: error: variable 'pos' set but not used [-Werror,-Wunused-but-set-variable] size_t pos = 0; Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
- Loading branch information