Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trivial: fix unused-but-set-variable warning
(clang 15) /workspaces/rippled/src/ripple/app/rdb/backend/impl/PostgresDatabase.cpp:178:14: warning: variable 'expNumResults' set but not used [-Wunused-but-set-variable] uint32_t expNumResults = 1;
- Loading branch information