Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/sqrt @ 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 | 1f14c6dd175d |
children |
rev | line source |
---|---|
12750
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Description: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 sqrt() function: square root. |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Files: |
12751
78eebabdbcd9
sqrt: Make gl_FUNC_SQRT requirable.
Bruno Haible <bruno@clisp.org>
parents:
12750
diff
changeset
|
5 m4/sqrt.m4 |
12750
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 m4/mathfunc.m4 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 Depends-on: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 configure.ac: |
12751
78eebabdbcd9
sqrt: Make gl_FUNC_SQRT requirable.
Bruno Haible <bruno@clisp.org>
parents:
12750
diff
changeset
|
11 gl_FUNC_SQRT |
12750
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 Makefile.am: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 Include: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 <math.h> |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 Link: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 $(SQRT_LIBM) |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 License: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 LGPL |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 Maintainer: |
17713
1f14c6dd175d
Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents:
12751
diff
changeset
|
25 all |