Skip to content

Commit

Permalink
Fix ARM CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSully committed Mar 5, 2024
1 parent 8a2016a commit 9d59700
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/db.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3323,6 +3323,8 @@ void redisDbPersistentData::prefetchKeysAsync(client *c, parsed_command &command
}
}
}
#else
UNUSED(c);
#endif
return;
}
Expand Down

0 comments on commit 9d59700

Please sign in to comment.