mirror of
https://github.com/fluencelabs/redis
synced 2025-05-10 01:37:26 +00:00
Suppress harmless warnings.
This commit is contained in:
parent
ddc4d7f8c7
commit
3d61cb0cb1
@ -4743,7 +4743,7 @@ try_again:
|
|||||||
/* Read the RESTORE replies. */
|
/* Read the RESTORE replies. */
|
||||||
int error_from_target = 0;
|
int error_from_target = 0;
|
||||||
int del_idx = 1; /* Index of the key argument for the replicated DEL op. */
|
int del_idx = 1; /* Index of the key argument for the replicated DEL op. */
|
||||||
robj **newargv;
|
robj **newargv = NULL;
|
||||||
|
|
||||||
if (!copy) newargv = zmalloc(sizeof(robj*)*(num_keys+1));
|
if (!copy) newargv = zmalloc(sizeof(robj*)*(num_keys+1));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user