X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Ftools%2Fsysdb%2Fjson.c;h=4f36179b02c823161487c6c0351c9c841351824c;hp=fdd4194167d6f5ced06562933f38914b31fbcbdd;hb=cc6e4cfecf42d862d76a8b5de8da5e2cd1339b4d;hpb=f3b0a31699113fd9f4bf505929bd22a924153c50 diff --git a/src/tools/sysdb/json.c b/src/tools/sysdb/json.c index fdd4194..4f36179 100644 --- a/src/tools/sysdb/json.c +++ b/src/tools/sysdb/json.c @@ -158,6 +158,7 @@ sdb_json_print(sdb_input_t *input, sdb_strbuf_t *buf) yajl_free(h); return ret; #else /* HAVE_LIBYAJL */ + (void)input; printf("%s\n", sdb_strbuf_string(buf)); return 0; #endif /* HAVE_LIBYAJL */