This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <
20240919044641.386068-27-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
}
}
g_assert_not_reached();
- return NULL;
}
static void sint_route_destroy(HypervTestDev *dev,
}
g_assert_not_reached();
- return false;
}
static void handle_gpadl_teardown(VMBus *vmbus,
}
g_assert_not_reached();
- return false;
}
static void handle_open_channel(VMBus *vmbus, vmbus_message_open_channel *msg,
}
g_assert_not_reached();
- return false;
}
static void vdev_reset_on_close(VMBusDevice *vdev)