]> git.ipfire.org Git - thirdparty/util-linux.git/commit
coverage.h: mark _exit as noreturn
authorThomas Weißschuh <thomas@t-8ch.de>
Fri, 1 Dec 2023 07:59:22 +0000 (08:59 +0100)
committerThomas Weißschuh <thomas@t-8ch.de>
Fri, 1 Dec 2023 08:00:06 +0000 (09:00 +0100)
commit7bf1f1090f9cdc18f775e0d65d713c1ecfcf6726
treee3bf88e6c8ca3e48333f61b983d615015fd3e7a7
parent7cde78d79352617e198305771405ca5053e24337
coverage.h: mark _exit as noreturn

Otherwise the compiler may complain:

././include/coverage.h: In function ‘_coverage__exit’:
././include/coverage.h:22:1: error: ‘noreturn’ function does return [-Werror]
   22 | }

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
include/coverage.h