diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-11-22 16:03:37 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-11-22 16:41:48 +0000 |
commit | 065b6b5798913c9bb40215944920199ae7d27007 (patch) | |
tree | c311d811222f92cfff9d55bc41cb984b9dad99a2 | |
parent | 9b102aae65449a8d321e8cf44a3993af558291db (diff) | |
download | libguestfs-065b6b5798913c9bb40215944920199ae7d27007.tar.gz libguestfs-065b6b5798913c9bb40215944920199ae7d27007.tar.xz libguestfs-065b6b5798913c9bb40215944920199ae7d27007.zip |
gnulib: Rebase to latest.
m--------- | .gnulib | 0 | ||||
-rw-r--r-- | configure.ac | 3 | ||||
-rw-r--r-- | m4/.gitignore | 4 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.gnulib b/.gnulib -Subproject 09001dfb3ec39d237f8e248ff347cf1be3e6f0c +Subproject 18eab914cd22f89774a6b84be6da39d78860dc9 diff --git a/configure.ac b/configure.ac index 7b82ee10..472bd98f 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/m4/.gitignore b/m4/.gitignore index c72f842f..7f4f399a 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -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 |