mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
Compiling coreutils.git on cygwin with gcc 4.8.3, I got: lib/openat-die.c:34:1: error: function might be candidate for attribute 'noreturn' [-Werror=suggest-attribute=noreturn] openat_save_fail (int errnum) ^ * modules/openat-die (Depends-on): Add snippet/_Noreturn. * lib/openat-die.c (openat_save_fail, openat_restore_fail): Mark _Noreturn. Signed-off-by: Eric Blake <eblake@redhat.com>
27 lines
291 B
Plaintext
27 lines
291 B
Plaintext
Description:
|
|
Report a save- or restore-cwd failure in our openat replacement and then exit.
|
|
|
|
Files:
|
|
lib/openat-die.c
|
|
|
|
Depends-on:
|
|
openat-h
|
|
error
|
|
exitfail
|
|
gettext-h
|
|
snippet/_Noreturn
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += openat-die.c
|
|
|
|
Include:
|
|
"openat.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|