Skip to content

Commit 9d59700

Browse files
committed
Fix ARM CI
1 parent 8a2016a commit 9d59700

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/db.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -3323,6 +3323,8 @@ void redisDbPersistentData::prefetchKeysAsync(client *c, parsed_command &command
33233323
}
33243324
}
33253325
}
3326+
#else
3327+
UNUSED(c);
33263328
#endif
33273329
return;
33283330
}

0 commit comments

Comments
 (0)