Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/areadlinkat-with-size-tests @ 17732:6d92afe34a82
openat-die: use _Noreturn markup
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>
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Wed, 30 Jul 2014 15:01:44 -0600 |
parents | b2bf8684a2db |
children |
rev | line source |
---|---|
12138 | 1 Files: |
2 tests/test-areadlink.h | |
3 tests/test-areadlinkat-with-size.c | |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12138
diff
changeset
|
4 tests/macros.h |
12138 | 5 |
6 Depends-on: | |
12842
b2bf8684a2db
tests: silence warning about system return
Eric Blake <ebb9@byu.net>
parents:
12496
diff
changeset
|
7 ignore-value |
12138 | 8 stdbool |
9 | |
10 configure.ac: | |
11 | |
12 Makefile.am: | |
13 TESTS += test-areadlinkat-with-size | |
14 check_PROGRAMS += test-areadlinkat-with-size | |
15 test_areadlinkat_with_size_LDADD = $(LDADD) @LIBINTL@ |