]> Git Repo - qemu.git/blobdiff - tests/test-qemu-opts.c
error: Make error_setg() a function
[qemu.git] / tests / test-qemu-opts.c
index da564923d04a97592022edbc2ce483a50c70e283..0c1136d1b2aceb976964d8b464585c94cf702f51 100644 (file)
@@ -323,7 +323,7 @@ static void test_qemu_opt_unset(void)
     int ret;
 
     /* dynamically initialized (parsed) opts */
-    opts = qemu_opts_parse(&opts_list_03, "key=value", 0);
+    opts = qemu_opts_parse(&opts_list_03, "key=value", false, NULL);
     g_assert(opts != NULL);
 
     /* check default/parsed value */
This page took 0.023238 seconds and 4 git commands to generate.