fix compile error

This commit is contained in:
Hongze Cheng 2022-08-30 11:28:06 +08:00
parent 3111fad1f9
commit 43f03d9eef
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ typedef struct {
SRBTree rbt;
} SMergeTree;
static FORCE_INLINE tLDataIterCmprFn(const void *p1, const void *p2) {
static FORCE_INLINE int32_t tLDataIterCmprFn(const void *p1, const void *p2) {
SLDataIter *pIter1 = (SLDataIter *)p1;
SLDataIter *pIter2 = (SLDataIter *)p2;