gnulib: Rebase to latest.

(cherry picked from commit 065b6b5798)
This commit is contained in:
Richard W.M. Jones
2011-11-22 16:03:37 +00:00
parent af77e1d8e1
commit 046c8b36b5
3 changed files with 8 additions and 1 deletions

Submodule .gnulib updated: 09001dfb3e...18eab914cd

View File

@@ -121,6 +121,9 @@ if test "$gl_gcc_warnings" = yes; then
# failures (seen on Ubuntu).
nw="$nw -Wmissing-noreturn" # Don't warn about missed noreturn funcs
# (seen on Ubuntu).
nw="$nw -Wsuggest-attribute=pure" # Don't suggest pure functions.
nw="$nw -Wsuggest-attribute=const" # Don't suggest const functions.
nw="$nw -Wunsuffixed-float-constants" # Don't care about these.
gl_MANYWARN_ALL_GCC([ws])
gl_MANYWARN_COMPLEMENT([ws], [$ws], [$nw])

4
m4/.gitignore vendored
View File

@@ -32,6 +32,7 @@
/errno_h.m4
/error.m4
/exitfail.m4
/exponentd.m4
/extensions.m4
/fchdir.m4
/fclose.m4
@@ -50,6 +51,7 @@
/fpurge.m4
/freading.m4
/fseeko.m4
/fstat.m4
/fsusage.m4
/ftell.m4
/ftello.m4
@@ -119,6 +121,7 @@
/malloca.m4
/malloc.m4
/manywarnings.m4
/math_h.m4
/mbrtowc.m4
/mbsinit.m4
/mbsrtowcs.m4
@@ -182,6 +185,7 @@
/ssize_t.m4
/stat.m4
/stat-time.m4
/stdalign.m4
/stdarg.m4
/stdbool.m4
/stddef_h.m4