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@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@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