提交 993adc9d 编写于 作者: H hjxilinx

suppress warnings

上级 b8fc28fb
......@@ -51,6 +51,8 @@ static int32_t taosArrayResize(SArray* pArray) {
pArray->pData = tmp;
pArray->capacity = size;
return 0;
}
void* taosArrayPush(SArray* pArray, void* pData) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册