From f62f4e2a264428fa94fc0d658e02ed00b895939c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Tue, 14 Mar 2017 10:59:07 +0100 Subject: [PATCH] utils-json: fix a warning when compiling MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I3e354cb9e940798a995e79fe67d05607130c9714 Signed-off-by: José Bollo --- src/utils-json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils-json.c b/src/utils-json.c index fe98c3c..f2d99c1 100644 --- a/src/utils-json.c +++ b/src/utils-json.c @@ -275,7 +275,7 @@ int j_add_many_strings_m(struct json_object *obj, ...) { const char *key, *val; va_list ap; - int rc, rc2; + int rc; rc = 1; va_start(ap, obj); -- 2.16.6