fix(query): check return value.

This commit is contained in:
Haojun Liao 2025-02-21 02:24:00 +08:00
parent ecc667c22b
commit 8c1ddb547f
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@ void qUpdateOperatorParam(qTaskInfo_t tinfo, void* pParam) {
}
int32_t qExecutorInit(void) {
taosThreadOnce(&initPoolOnce, initRefPool);
(void) taosThreadOnce(&initPoolOnce, initRefPool);
return TSDB_CODE_SUCCESS;
}