Avoid compilation error oin valkey-cli (#721)

Signed-off-by: ranshid <ranshid@amazon.com>
This commit is contained in:
ranshid 2024-07-01 14:47:45 +03:00 committed by GitHub
parent 24208812a6
commit 752b6ee8ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5706,6 +5706,8 @@ static clusterManagerNode *clusterManagerNodePrimaryRandom(void) {
}
/* Can not be reached */
assert(0);
/* Make compiler happy */
return 0;
}
static int clusterManagerFixSlotsCoverage(char *all_slots) {