GNU bug report logs -
#54489
grep branch, master, updated. v3.7-55-g16b3c2f
Previous Next
Reported by: Kent M Kohlmeyer <kemiko <at> gmail.com>
Date: Mon, 21 Mar 2022 10:35:02 UTC
Severity: normal
Tags: notabug
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Please take me off your mailing list.
On Sun, Mar 20, 2022 at 1:37 PM Jim Meyering <jim <at> meyering.net> wrote:
> This is an automated email from the git hooks/post-receive script. It was
> generated because a ref change was pushed to the repository containing
> the project "grep".
>
> The branch, master has been updated
> via 16b3c2f9f3a3e2deb70af74ba0914fd19d9c1085 (commit)
> via 269795f3b8d5fc6ee5bc8e575aa2e96557b0b949 (commit)
> from 9af9d51605fdedc18eaf24bcf693c812add29305 (commit)
>
> Those revisions listed above that are new to this repository have
> not appeared on any other notification email; so we list those
> revisions in full, below.
>
> - Log -----------------------------------------------------------------
>
> http://git.savannah.gnu.org/cgit/grep.git/commit/?id=16b3c2f9f3a3e2deb70af74ba0914fd19d9c1085
>
>
> commit 16b3c2f9f3a3e2deb70af74ba0914fd19d9c1085
> Author: Jim Meyering <meyering <at> fb.com>
> Date: Sun Mar 20 13:37:44 2022 -0700
>
> build: Re-disable -Winline
>
> * configure.ac: Re-disable -Winline. It is still needed.
>
> diff --git a/configure.ac b/configure.ac
> index 0a97982..70cb128 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -129,9 +129,9 @@ if test $gl_gcc_warnings != no; then
> nw=$ew
> # This, $nw, is the list of warnings we disable.
> nw="$nw -Wvla" # suppress a warning in regexec.h
> + nw="$nw -Winline" # suppress warnings from streq.h's
> streq5
> nw="$nw -Wsystem-headers" # Don't let system headers trigger
> warnings
>
> -
> gl_MANYWARN_ALL_GCC([ws])
> gl_MANYWARN_COMPLEMENT([ws], [$ws], [$nw])
> for w in $ws; do
>
>
> http://git.savannah.gnu.org/cgit/grep.git/commit/?id=269795f3b8d5fc6ee5bc8e575aa2e96557b0b949
>
>
> commit 16b3c2f9f3a3e2deb70af74ba0914fd19d9c1085
> Author: Jim Meyering <meyering <at> fb.com>
> Date: Sun Mar 20 13:37:44 2022 -0700
>
> build: Re-disable -Winline
>
> * configure.ac: Re-disable -Winline. It is still needed.
>
> diff --git a/configure.ac b/configure.ac
> index 0a97982..70cb128 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -129,9 +129,9 @@ if test $gl_gcc_warnings != no; then
> nw=$ew
> # This, $nw, is the list of warnings we disable.
> nw="$nw -Wvla" # suppress a warning in regexec.h
> + nw="$nw -Winline" # suppress warnings from streq.h's
> streq5
> nw="$nw -Wsystem-headers" # Don't let system headers trigger
> warnings
>
> -
> gl_MANYWARN_ALL_GCC([ws])
> gl_MANYWARN_COMPLEMENT([ws], [$ws], [$nw])
> for w in $ws; do
>
> -----------------------------------------------------------------------
>
> Summary of changes:
> bootstrap | 24 ++++++++++++++++++++----
> configure.ac | 2 +-
> gnulib | 2 +-
> 3 files changed, 22 insertions(+), 6 deletions(-)
>
>
> hooks/post-receive
> --
> grep
>
>
--
*Kent M Kohlmeyer*
*panes.us <http://panes.us/>*
*lunch.picksare.us <http://lunch.picksare.us>kemiko.us <http://kemiko.us>*
*kohlmeyer.us <http://kohlmeyer.us>*
*kent.m.kohlmeyer.us <http://kent.m.kohlmeyer.us/>*
*noobboon.co <http://noobboon.com>m <http://gnubytes.com/>*
*homemenu.us <http://homemenu.us>*
[Message part 2 (text/html, inline)]
This bug report was last modified 3 years and 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.