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 07a3bb2b4468d04c873d98e965b47eaeca60ac15 (commit)
from 8185556858c39ee829fa202dd73ab8fdb0d5a3bf (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=07a3bb2b4468d04c873d98e965b47eaeca60ac15
commit 07a3bb2b4468d04c873d98e965b47eaeca60ac15
Author: Paul Eggert <[email protected]>
Date: Thu Oct 16 08:09:53 2025 -0700
build: use -Wtrailing-whitespace
* configure.ac: With --enable-gcc-warnings,
use GCC 15âs -Wtrailing-whitespace if available.
diff --git a/configure.ac b/configure.ac
index 881d771..75b3e10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,6 +133,7 @@ if test $gl_gcc_warnings != no; then
for w in $ws; do
gl_WARN_ADD([$w])
done
+ gl_WARN_ADD([-Wtrailing-whitespace]) # This project's coding style
gl_WARN_ADD([-Wno-missing-field-initializers]) # We need this one
gl_WARN_ADD([-Wno-sign-compare]) # Too many warnings for now
gl_WARN_ADD([-Wno-unused-parameter]) # Too many warnings for now
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
grep