[TD-225]fix compiler error.
This commit is contained in:
parent
e72ca01e6c
commit
59e902d9f1
|
@ -561,7 +561,7 @@ int32_t tscToSQLCmd(SSqlObj* pSql, struct SSqlInfo* pInfo) {
|
||||||
return invalidSqlErrMsg(tscGetErrorMsgPayload(pCmd), msg);
|
return invalidSqlErrMsg(tscGetErrorMsgPayload(pCmd), msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t numOfToken = taosArrayGetSize(pMiscInfo->a);
|
int32_t numOfToken = (int32_t) taosArrayGetSize(pMiscInfo->a);
|
||||||
SStrToken* t = taosArrayGet(pMiscInfo->a, 0);
|
SStrToken* t = taosArrayGet(pMiscInfo->a, 0);
|
||||||
SStrToken* t1 = taosArrayGet(pMiscInfo->a, 1);
|
SStrToken* t1 = taosArrayGet(pMiscInfo->a, 1);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue