]> 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>
Mon, 18 Feb 2019 12:21:23 +0000 (13:21 +0100)
commite73456dfbb36c8d19a802ffe46b8ebccd77ccb22
tree9004089c2d676beecea3bb363a9d5ffb8d9f9515
parent123eb9ef8cb8dea88a57d86681524e78fdb5e104
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