fix: build error

This commit is contained in:
xsren 2024-07-15 18:55:18 +08:00
parent 02ea558db8
commit 1583fbb40d
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ int64_t getValOfDiffPrecision(int8_t unit, int64_t val) {
return v;
}
static int32_t buildRetension(SArray* pRetension, void **ppRetentions ) {
static int32_t buildRetension(SArray* pRetension, char **ppRetentions ) {
size_t size = taosArrayGetSize(pRetension);
if (size == 0) {
*ppRetentions = NULL;