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 bff8b73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/db.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3323,6 +3323,9 @@ void redisDbPersistentData::prefetchKeysAsync(client *c, parsed_command &command
}
}
}
#else
UNUSED(c);
UNUSED(command);
#endif
return;
}
Expand Down

0 comments on commit bff8b73

Please sign in to comment.