You've already forked mariadb-columnstore-engine
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user