[PATCH] Introduce error_exit as a noreturn variant of error (EXIT_FAILURE, ...)

Mark Wielaard mark@klomp.org
Wed Mar 30 14:43:08 GMT 2022


Hi,

On Sun, 2022-03-27 at 23:32 +0200, Mark Wielaard wrote:
> error (EXIT_FAILURE, ...) should be noreturn but on some systems it
> isn't.  This may cause warnings about code that should not be
> reachable.  So have an explicit error_exit wrapper that is noreturn
> (because it calls exit explicitly).  Use error_exit in all tools
> under the src directory.
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=2068692

Pushed,

Mark


More information about the Elfutils-devel mailing list