[maemo-commits] [maemo-commits] r9000 - projects/connectivity/osso-gwconnect/trunk

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jan 9 13:43:59 EET 2007
Author: jh
Date: 2007-01-09 13:43:58 +0200 (Tue, 09 Jan 2007)
New Revision: 9000

Modified:
   projects/connectivity/osso-gwconnect/trunk/configure.ac
Log:
Don't warn about unreachable code since the compiler causes lots of false-positive otherwise

Modified: projects/connectivity/osso-gwconnect/trunk/configure.ac
===================================================================
--- projects/connectivity/osso-gwconnect/trunk/configure.ac	2007-01-09 11:36:39 UTC (rev 8999)
+++ projects/connectivity/osso-gwconnect/trunk/configure.ac	2007-01-09 11:43:58 UTC (rev 9000)
@@ -15,7 +15,6 @@
 # AX_CFLAGS_GCC_OPTION(-Werror)
 AX_CFLAGS_GCC_OPTION(-Wmissing-prototypes)
 AX_CFLAGS_GCC_OPTION(-Wmissing-declarations)
-AX_CFLAGS_GCC_OPTION(-Wunreachable-code)
 AX_CFLAGS_GCC_OPTION(-Wwrite-strings)
 AX_CFLAGS_GCC_OPTION(-Wshadow)
 AX_CFLAGS_GCC_OPTION(-Wformat-security)


More information about the maemo-commits mailing list