Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warnings -Wunused-variable in release (#4418)
This fixes the following warning in release src/lib/support/Pool.cpp:69:10: error: unused variable 'value' [-Werror,-Wunused-variable] auto value = mUsage[word].fetch_and(~(kBit1 << offset)); Switch to nlassert since this macro doesn't cause unused variable warnings when assertions are disabled.
- Loading branch information