svn commit: samba r17744 - in branches/SAMBA_4_0/source/build/m4: .

metze at samba.org metze at samba.org
Wed Aug 23 10:01:08 GMT 2006


Author: metze
Date: 2006-08-23 10:01:07 +0000 (Wed, 23 Aug 2006)
New Revision: 17744

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17744

Log:
we explicit want to get warnings about declarations after statements:-)

metze
Modified:
   branches/SAMBA_4_0/source/build/m4/check_cc.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/check_cc.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_cc.m4	2006-08-23 09:19:19 UTC (rev 17743)
+++ branches/SAMBA_4_0/source/build/m4/check_cc.m4	2006-08-23 10:01:07 UTC (rev 17744)
@@ -175,7 +175,7 @@
 	    AX_CFLAGS_GCC_OPTION(-Wmissing-format-attribute, DEVELOPER_CFLAGS)
 	    AX_CFLAGS_GCC_OPTION(-Wformat=2, DEVELOPER_CFLAGS)
 	    AX_CFLAGS_GCC_OPTION(-Wno-format-y2k, DEVELOPER_CFLAGS)
-	    AX_CFLAGS_GCC_OPTION(-Wno-declaration-after-statement, DEVELOPER_CFLAGS)
+	    AX_CFLAGS_GCC_OPTION(-Wdeclaration-after-statement, DEVELOPER_CFLAGS)
 	else
 	    AX_CFLAGS_IRIX_OPTION(-fullwarn, DEVELOPER_CFLAGS)
 	fi



More information about the samba-cvs mailing list