remove all comile warning of kernel

This commit is contained in:
Wang_Weigen
2021-04-29 16:15:11 +08:00
parent c4280d9488
commit e424932163
9 changed files with 21 additions and 15 deletions

View File

@@ -274,8 +274,8 @@ static int GetNextBlock(BunZipData_t *bd)
if (ngrp >= groupCount)
return RET_ERROR;
hufGroup = bd->groups + ngrp;
base = hufGroup->base - 1;
limit = hufGroup->limit - 1;
base = (int *)hufGroup->base - 1;
limit = (int *)hufGroup->limit - 1;
continue_this_group: