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

metze at samba.org metze at samba.org
Mon Aug 28 17:21:34 GMT 2006


Author: metze
Date: 2006-08-28 17:21:34 +0000 (Mon, 28 Aug 2006)
New Revision: 17890

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

Log:
add -Wc++-compat option to gcc but don't use it yet

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-28 17:18:41 UTC (rev 17889)
+++ branches/SAMBA_4_0/source/build/m4/check_cc.m4	2006-08-28 17:21:34 UTC (rev 17890)
@@ -177,6 +177,7 @@
 	    AX_CFLAGS_GCC_OPTION(-Wno-format-y2k, DEVELOPER_CFLAGS)
 	    AX_CFLAGS_GCC_OPTION(-Wdeclaration-after-statement, DEVELOPER_CFLAGS)
 	    AX_CFLAGS_GCC_OPTION(-Wunused-macros, DEVELOPER_CFLAGS)
+#	    AX_CFLAGS_GCC_OPTION(-Wc++-compat, DEVELOPER_CFLAGS)
 #	    AX_CFLAGS_GCC_OPTION(-Wmissing-prototypes, DEVELOPER_CFLAGS)
 #	    AX_CFLAGS_GCC_OPTION(-Wmissing-declarations, DEVELOPER_CFLAGS)
 #	    AX_CFLAGS_GCC_OPTION(-Wmissing-field-initializers, DEVELOPER_CFLAGS)



More information about the samba-cvs mailing list