From 2751429ce2f3b7a6d2547abc36bed93fd075ece4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 29 Nov 2011 10:49:27 +0000 Subject: Update to latest gnulib (RHBZ#756981). --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 004efaa..ba1b887 100644 --- a/configure.ac +++ b/configure.ac @@ -89,6 +89,9 @@ if test "$gl_gcc_warnings" = yes; then nw="$nw -Wpacked" # Allow attribute((packed)) on structs nw="$nw -Wlong-long" # Allow long long since it's required # by xstrtoll. + 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]) -- cgit