Skip to content

Commit bff8b73

Browse files
committed
Fix ARM CI
1 parent 8a2016a commit bff8b73

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/db.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3323,6 +3323,9 @@ void redisDbPersistentData::prefetchKeysAsync(client *c, parsed_command &command
33233323
}
33243324
}
33253325
}
3326+
#else
3327+
UNUSED(c);
3328+
UNUSED(command);
33263329
#endif
33273330
return;
33283331
}

0 commit comments

Comments
 (0)