[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grep branch, master, updated. v2.7-10-gd8d63ec
From: |
Jim Meyering |
Subject: |
grep branch, master, updated. v2.7-10-gd8d63ec |
Date: |
Mon, 04 Oct 2010 19:18:46 +0000 |
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 d8d63ec43ffaeceb916bc8d392b6c25c7714ae9f (commit)
via 6f83f9cabd4ff9140058c7c81fe03741f006596f (commit)
from e9a541c3955b06ef6ae88a97ae525bf30af91c1d (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=d8d63ec43ffaeceb916bc8d392b6c25c7714ae9f
commit d8d63ec43ffaeceb916bc8d392b6c25c7714ae9f
Author: Dmitry V. Levin <address@hidden>
Date: Mon Oct 4 18:49:14 2010 +0000
build: compile gnulib without -Wcast-align to avoid warnings on ARM
* configure.ac (GNULIB_WARN_CFLAGS): Remove -Wcast-align.
diff --git a/configure.ac b/configure.ac
index 481ce86..3c28218 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,6 +124,7 @@ if test "$gl_gcc_warnings" = yes; then
nw="$nw -Wunused-macros"
#nw="$nw -Wmissing-prototypes"
nw="$nw -Wold-style-definition"
+ nw="$nw -Wcast-align"
gl_MANYWARN_COMPLEMENT([GNULIB_WARN_CFLAGS], [$WARN_CFLAGS], [$nw])
AC_SUBST([GNULIB_WARN_CFLAGS])
fi
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=6f83f9cabd4ff9140058c7c81fe03741f006596f
commit d8d63ec43ffaeceb916bc8d392b6c25c7714ae9f
Author: Dmitry V. Levin <address@hidden>
Date: Mon Oct 4 18:49:14 2010 +0000
build: compile gnulib without -Wcast-align to avoid warnings on ARM
* configure.ac (GNULIB_WARN_CFLAGS): Remove -Wcast-align.
diff --git a/configure.ac b/configure.ac
index 481ce86..3c28218 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,6 +124,7 @@ if test "$gl_gcc_warnings" = yes; then
nw="$nw -Wunused-macros"
#nw="$nw -Wmissing-prototypes"
nw="$nw -Wold-style-definition"
+ nw="$nw -Wcast-align"
gl_MANYWARN_COMPLEMENT([GNULIB_WARN_CFLAGS], [$WARN_CFLAGS], [$nw])
AC_SUBST([GNULIB_WARN_CFLAGS])
fi
-----------------------------------------------------------------------
Summary of changes:
cfg.mk | 3 ---
configure.ac | 1 +
2 files changed, 1 insertions(+), 3 deletions(-)
hooks/post-receive
--
grep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep branch, master, updated. v2.7-10-gd8d63ec,
Jim Meyering <=