aboutsummaryrefslogtreecommitdiff
path: root/block.c
diff options
context:
space:
mode:
Diffstat (limited to 'block.c')
-rw-r--r--block.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/block.c b/block.c
index 30d64e6ca5..8efa999087 100644
--- a/block.c
+++ b/block.c
@@ -1042,6 +1042,7 @@ static QDict *parse_json_filename(const char *filename, Error **errp)
ret = strstart(filename, "json:", &filename);
assert(ret);
+ (void)ret;
options_obj = qobject_from_json(filename);
if (!options_obj) {