]> git.ipfire.org Git - thirdparty/glibc.git/commit
tst-atexit-common.c: Mark _exit_with_flush as noreturn
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 16 Dec 2024 21:51:07 +0000 (05:51 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 17 Dec 2024 17:54:26 +0000 (01:54 +0800)
commit560cfeb82693912723ff0e11232c86f9b492a1a0
tree265ae4050901bcd8c38faee903bcb316186bd343
parent61c3450db96dce96ad2b24b4f0b548e6a46d68e5
tst-atexit-common.c: Mark _exit_with_flush as noreturn

Mark _exit_with_flush as noreturn to silence the Clang error on
tst-atexit-common.c:

In file included from tst-atexit.c:22:
../stdlib/tst-atexit-common.c:113:5: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]
  113 |     case 0:  /* Child.  */
      |     ^
../stdlib/tst-atexit-common.c:113:5: note: insert 'break;' to avoid fall-through
  113 |     case 0:  /* Child.  */
      |     ^
      |     break;
1 error generated.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
stdlib/tst-atexit-common.c