network-manager-applet r1148 - branches/NETWORKMANAGER_APPLET_0_7



Author: dcbw
Date: Sat Feb  7 14:03:56 2009
New Revision: 1148
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=1148&view=rev

Log:
keep gcc 4.4 happy when compiling gthread.h

Modified:
   branches/NETWORKMANAGER_APPLET_0_7/configure.ac

Modified: branches/NETWORKMANAGER_APPLET_0_7/configure.ac
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/configure.ac	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/configure.ac	Sat Feb  7 14:03:56 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]