TT#14008 silence compiler warning

Change-Id: Idcb0054e190f526406c23f53344fb42588e9a7c8
pull/1457/head
Richard Fuchs 4 years ago
parent e37871c316
commit f327b5b3c2

@ -973,7 +973,7 @@ static int json_get_hash(struct redis_hash *out,
static unsigned int MAXKEYLENGTH = 512;
char key_concatted[MAXKEYLENGTH];
int rc=0;
AUTO_CLEANUP_GVBUF(orig_members);
__attribute__((unused)) AUTO_CLEANUP_GVBUF(orig_members);
if (id == -1) {
rc = snprintf(key_concatted, MAXKEYLENGTH, "%s",key);

Loading…
Cancel
Save