qemu/qobject
Pierrick Bouvier 890000dd3b qobject: replace assert(0) with g_assert_not_reached()
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>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-6-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2024-09-24 13:53:35 +02:00
..
block-qdict.c block-qdict: Fix -Werror=maybe-uninitialized build failure 2022-03-21 15:44:44 +01:00
json-lexer.c docs/interop: Convert qmp-spec.txt to rST 2023-05-22 10:21:01 +02:00
json-parser-int.h json: Eliminate lexer state IN_WHITESPACE, pseudo-token JSON_SKIP 2018-09-24 18:08:07 +02:00
json-parser.c Replace GCC_FMT_ATTR with G_GNUC_PRINTF 2022-03-22 14:40:51 +04:00
json-streamer.c json: Fix check for unbalanced right curly brace 2020-04-07 13:10:11 +02:00
json-writer.c qobject: Factor JSON writer out of qobject_to_json() 2020-12-19 10:39:16 +01:00
meson.build qobject: Factor JSON writer out of qobject_to_json() 2020-12-19 10:39:16 +01:00
qbool.c include/qapi: add g_autoptr support for qobject types 2022-04-06 10:50:38 +02:00
qdict.c include/qapi: add g_autoptr support for qobject types 2022-04-06 10:50:38 +02:00
qjson.c qobject: open brace '{' following struct go on the same line 2021-02-04 13:20:28 +01:00
qlist.c include/qapi: add g_autoptr support for qobject types 2022-04-06 10:50:38 +02:00
qlit.c qobject: replace assert(0) with g_assert_not_reached() 2024-09-24 13:53:35 +02:00
qnull.c include/qapi: add g_autoptr support for qobject types 2022-04-06 10:50:38 +02:00
qnum.c qobject: replace assert(0) with g_assert_not_reached() 2024-09-24 13:53:35 +02:00
qobject-internal.h qobject: Move internals to qobject-internal.h 2020-12-19 10:38:43 +01:00
qobject.c qobject: Move internals to qobject-internal.h 2020-12-19 10:38:43 +01:00
qstring.c include/qapi: add g_autoptr support for qobject types 2022-04-06 10:50:38 +02:00