]> git.ipfire.org Git - thirdparty/util-linux.git/commit
include: add no return function attribute
authorSami Kerola <kerolasa@iki.fi>
Fri, 8 Feb 2019 22:01:05 +0000 (22:01 +0000)
committerKarel Zak <kzak@redhat.com>
Tue, 2 Apr 2019 10:57:51 +0000 (12:57 +0200)
commitb82bf1a1708a61c3071c3dc411bbcb0046703479
treef339138cf86ea2f59f332e08fbabea7a9135c9a7
parentb419013aad1ece4bc16e2e84738daef66c95c535
include: add no return function attribute

This warning is repeated 112 times when compiling with all warnings.

xalloc.h:23:1: warning: function '__err_oom' could be declared with
attribute 'noreturn' [-Wmissing-noreturn]

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
include/xalloc.h