nautilus r14137 - trunk
- From: awalton svn gnome org
- To: svn-commits-list gnome org
- Subject: nautilus r14137 - trunk
- Date: Mon, 5 May 2008 15:32:46 +0100 (BST)
Author: awalton
Date: Mon May 5 14:32:46 2008
New Revision: 14137
URL: http://svn.gnome.org/viewvc/nautilus?rev=14137&view=rev
Log:
2008-05-05 A. Walton <awalton gnome org>
* configure.in:
Use -Wstrict-aliasing=0 instead of -Wno-strict-aliasing, known to be
broken on GCC 4.3.x < r130902 (GCC Bug #34973). Closes GNOME
bug #528081.
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon May 5 14:32:46 2008
@@ -365,7 +365,7 @@
-Wcast-align \
-Werror"
- for option in -Wno-strict-aliasing -Wno-pointer-sign; do
+ for option in -Wstrict-aliasing=0 -Wno-pointer-sign; do
SAVE_CFLAGS="$WARNING_CFLAGS"
WARNING_CFLAGS="$WARNING_CFLAGS $option"
AC_MSG_CHECKING([whether gcc understands $option])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]