NetworkManager r3650 - trunk
- From: dcbw svn gnome org
- To: svn-commits-list gnome org
- Subject: NetworkManager r3650 - trunk
- Date: Fri, 9 May 2008 15:54:29 +0100 (BST)
Author: dcbw
Date: Fri May 9 14:54:28 2008
New Revision: 3650
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=3650&view=rev
Log:
Ignore strict aliasing warnings since glib locks have issues with this in recent gcc versions
Modified:
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Fri May 9 14:54:28 2008
@@ -274,7 +274,8 @@
for option in -Wshadow -Wmissing-declarations -Wmissing-prototypes \
-Wdeclaration-after-statement -Wstrict-prototypes \
- -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare; do
+ -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare \
+ -fno-strict-aliasing; do
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $option"
AC_MSG_CHECKING([whether gcc understands $option])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]