# HG changeset patch # User Simon Josefsson # Date 1322650771 -3600 # Node ID f4f0fa456790d590266214a0c7619a6fd2bf9add # Parent d9f87d8f22282892497754ea6ee95f7c0c1425dc manywarnings: Don't mention gcc version in docstring. * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Doc fix. Suggested by Jim Meyering . diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-11-30 Simon Josefsson + + manywarnings: Don't mention gcc version in docstring. + * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Doc fix. Suggested by + Jim Meyering . + 2011-11-30 Jim Meyering hash: mark a few floating point constants with "f" suffix diff --git a/m4/manywarnings.m4 b/m4/manywarnings.m4 --- a/m4/manywarnings.m4 +++ b/m4/manywarnings.m4 @@ -1,4 +1,4 @@ -# manywarnings.m4 serial 2 +# manywarnings.m4 serial 3 dnl Copyright (C) 2008-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -30,9 +30,9 @@ # gl_MANYWARN_ALL_GCC(VARIABLE) # ----------------------------- -# Add all documented GCC (currently as per version 4.4) warning -# parameters to variable VARIABLE. Note that you need to test them -# using gl_WARN_ADD if you want to make sure your gcc understands it. +# Add all documented GCC warning parameters to variable VARIABLE. +# Note that you need to test them using gl_WARN_ADD if you want to +# make sure your gcc understands it. AC_DEFUN([gl_MANYWARN_ALL_GCC], [ dnl First, check if -Wno-missing-field-initializers is needed.