network-manager-applet r1147 - trunk
- From: dcbw svn gnome org
- To: svn-commits-list gnome org
- Subject: network-manager-applet r1147 - trunk
- Date: Sat, 7 Feb 2009 14:03:20 +0000 (UTC)
Author: dcbw
Date: Sat Feb 7 14:03:19 2009
New Revision: 1147
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=1147&view=rev
Log:
keep gcc 4.4 happy when compiling gthread.h
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sat Feb 7 14:03:19 2009
@@ -195,7 +195,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]