|
| From: | Richard Henderson |
| Subject: | Re: [PATCH 3/5] bulk: Replace [g_]assert(0) -> g_assert_not_reached() |
| Date: | Tue, 21 Feb 2023 14:08:31 -1000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 |
On 2/21/23 13:25, Philippe Mathieu-Daudé wrote:
In order to avoid warnings such commit c0a6665c3c ("target/i386:
Remove compilation errors when -Werror=maybe-uninitialized"),
replace all assert(0) and g_assert(0) by g_assert_not_reached().
Remove any code following g_assert_not_reached().
See previous commit for rationale.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
docs/spin/aio_notify_accept.promela | 6 +-
docs/spin/aio_notify_bug.promela | 6 +-
C only. Otherwise, Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
| [Prev in Thread] | Current Thread | [Next in Thread] |