fix: fix compile error

This commit is contained in:
dapan1121 2022-11-18 13:18:23 +08:00
parent 3f88dbe256
commit 70eb1f445e
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ void qwtBuildDropReqMsg(STaskDropReq *dropMsg, SRpcMsg *dropRpc) {
return;
}
char *msg = taosMemoryCalloc(1, msgSize);
char *msg = (char*)taosMemoryCalloc(1, msgSize);
if (NULL == msg) {
return;
}