1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Fix clang 16 warnings for comfort build

This commit is contained in:
Leonid Fedorov
2022-12-27 19:07:28 +00:00
parent b4a6a35b40
commit d42485656c
11 changed files with 8 additions and 29 deletions

View File

@ -388,7 +388,6 @@ void* thr_popper(ioManager* arg)
utils::setThreadName("thr_popper");
ioManager* iom = arg;
FileBufferMgr* fbm;
int totalRqst = 0;
fileRequest* fr = 0;
BRM::LBID_t lbid = 0;
BRM::OID_t oid = 0;
@ -748,7 +747,6 @@ void* thr_popper(ioManager* arg)
longSeekOffset = (uint64_t)offset * (uint64_t)fileBlockSize;
lldiv_t cmpOffFact = lldiv(longSeekOffset, (4LL * 1024LL * 1024LL));
totalRqst++;
uint32_t readCount = 0;
uint32_t bytesRead = 0;