svn commit: samba r25618 - in branches/SAMBA_4_0/source/nsswitch: .

abartlet at samba.org abartlet at samba.org
Thu Oct 11 00:44:40 GMT 2007


Author: abartlet
Date: 2007-10-11 00:44:39 +0000 (Thu, 11 Oct 2007)
New Revision: 25618

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

Log:
I'm sick of the fstring warnings turning up here.  Let's see how much
of the build farm I can break with this...

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/nsswitch/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/nsswitch/config.mk
===================================================================
--- branches/SAMBA_4_0/source/nsswitch/config.mk	2007-10-10 23:58:29 UTC (rev 25617)
+++ branches/SAMBA_4_0/source/nsswitch/config.mk	2007-10-11 00:44:39 UTC (rev 25618)
@@ -4,6 +4,7 @@
 DESCRIPTION = Client library for communicating with winbind
 OBJ_FILES = wb_common.o
 PRIVATE_DEPENDENCIES = SOCKET_WRAPPER
+CFLAGS = -Wno-deprecated-declarations
 
 #################################
 # Start BINARY nsstest



More information about the samba-cvs mailing list