grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v3.7-57-g70fc166


From: Paul Eggert
Subject: grep branch, master, updated. v3.7-57-g70fc166
Date: Tue, 22 Mar 2022 11:19:22 -0400 (EDT)

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  70fc166b38933e73a45d5348634e626809a7bd32 (commit)
      from  bc4241629c73b6a4006ec6176f927024cf15abc5 (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=70fc166b38933e73a45d5348634e626809a7bd32


commit 70fc166b38933e73a45d5348634e626809a7bd32
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Sun Mar 20 17:18:13 2022 -0700

    Pacify GCC 11.2.0
    
    * configure.ac: Re-disable -Wstack-protector, to pacify GCC Ubuntu
    11.2.0-7ubuntu2 x86-64 on knuth_morris_pratt and
    knuth_morris_pratt_multibyte.

diff --git a/configure.ac b/configure.ac
index 70cb128..c85651c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,6 +131,7 @@ if test $gl_gcc_warnings != no; then
   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
+  nw="$nw -Wstack-protector"        # generates false alarms for useful code
 
   gl_MANYWARN_ALL_GCC([ws])
   gl_MANYWARN_COMPLEMENT([ws], [$ws], [$nw])

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]