Signed-off-by: Pavel Hrdina <[email protected]>
---
 src/qemu/qemu_monitor_json.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/qemu/qemu_monitor_json.c b/src/qemu/qemu_monitor_json.c
index 723bdb4426..51730a5fe3 100644
--- a/src/qemu/qemu_monitor_json.c
+++ b/src/qemu/qemu_monitor_json.c
@@ -1370,8 +1370,8 @@ qemuMonitorJSONHandleMemoryFailure(qemuMonitorPtr mon,
     }
 
     if (flagsjson) {
-        virJSONValueObjectGetBoolean(flagsjson, "action-required", &ar);
-        virJSONValueObjectGetBoolean(flagsjson, "recursive", &recursive);
+        ignore_value(virJSONValueObjectGetBoolean(flagsjson, 
"action-required", &ar));
+        ignore_value(virJSONValueObjectGetBoolean(flagsjson, "recursive", 
&recursive));
     }
 
     mf.recipient = recipient;
-- 
2.26.2

Reply via email to