fix compile error on windows

This commit is contained in:
yihaoDeng 2021-01-20 01:45:35 +00:00
parent 8982256421
commit 9b387049cc
1 changed files with 1 additions and 1 deletions

View File

@ -4443,7 +4443,7 @@ static void generateBlockDistResult(STableBlockDist *pTableBlockDist) {
totalRows, totalBlocks,
pTableBlockDist->firstSeekTimeUs,
pTableBlockDist->numOfRowsInMemTable);
UNUSE(sz);
UNUSED(sz);
return;
}
void skipBlocks(SQueryRuntimeEnv *pRuntimeEnv) {