On 17 July 2017 at 17:46, Dr. David Alan Gilbert <dgilb...@redhat.com> wrote: > You may find this doesn't help in some windows builds; the assert > functions aren't always marked as noreturn (because they pop up a dialog > that asks you whether you want to run into a debugger etc).
Oh, is that why? In any case, we rely on g_assert() and friends from glib being definitely marked noreturn, so we could use them instead. thanks -- PMM