nautilus r14138 - branches/gnome-2-22
- From: awalton svn gnome org
- To: svn-commits-list gnome org
- Subject: nautilus r14138 - branches/gnome-2-22
- Date: Mon, 5 May 2008 15:33:47 +0100 (BST)
Author: awalton
Date: Mon May 5 14:33:47 2008
New Revision: 14138
URL: http://svn.gnome.org/viewvc/nautilus?rev=14138&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:
branches/gnome-2-22/ChangeLog
branches/gnome-2-22/configure.in
Modified: branches/gnome-2-22/configure.in
==============================================================================
--- branches/gnome-2-22/configure.in (original)
+++ branches/gnome-2-22/configure.in Mon May 5 14:33:47 2008
@@ -361,7 +361,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]