From 68c550e8e4f0ee60e42d955801f9e4dd5b4767ed Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 11 Oct 2007 00:44:39 +0200 Subject: r25618: 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 (This used to be commit b7e4b4f95cc3363329b2b14a4295bcb47bb30c53) --- source4/nsswitch/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') diff --git a/source4/nsswitch/config.mk b/source4/nsswitch/config.mk index 8982024516..481841cb9e 100644 --- a/source4/nsswitch/config.mk +++ b/source4/nsswitch/config.mk @@ -4,6 +4,7 @@ SO_VERSION = 0 DESCRIPTION = Client library for communicating with winbind OBJ_FILES = wb_common.o PRIVATE_DEPENDENCIES = SOCKET_WRAPPER +CFLAGS = -Wno-deprecated-declarations ################################# # Start BINARY nsstest -- cgit