suppress warnings

This commit is contained in:
hjxilinx 2020-03-08 22:32:23 +08:00
parent b8fc28fb95
commit 993adc9d2e
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ static int32_t taosArrayResize(SArray* pArray) {
pArray->pData = tmp;
pArray->capacity = size;
return 0;
}
void* taosArrayPush(SArray* pArray, void* pData) {