fix compiler warning

Change-Id: I35c60bfce71045a6399368b9cfa887501557c71a
pull/653/head
Richard Fuchs 7 years ago
parent 347f1c68f9
commit e9f9ae75ad

@ -77,7 +77,7 @@ static int redisCommandNR(redisContext *r, const char *fmt, ...)
#endif
#define REDIS_FMT(x) (x)->len, (x)->str
#define REDIS_FMT(x) (int) (x)->len, (x)->str
static int redis_check_conn(struct redis *r);
static void json_restore_call(struct redis *r, const str *id, enum call_type type);

Loading…
Cancel
Save