diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-10-11 00:44:39 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:42:55 +0100 |
commit | 68c550e8e4f0ee60e42d955801f9e4dd5b4767ed (patch) | |
tree | 66a60b9887681e9adc5636101ba9734d09b6799d /source4/nsswitch | |
parent | a33d97341f2e2afa2e7e6994eb7f14e848408fb7 (diff) | |
download | samba-68c550e8e4f0ee60e42d955801f9e4dd5b4767ed.tar.gz samba-68c550e8e4f0ee60e42d955801f9e4dd5b4767ed.tar.bz2 samba-68c550e8e4f0ee60e42d955801f9e4dd5b4767ed.zip |
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)
Diffstat (limited to 'source4/nsswitch')
-rw-r--r-- | source4/nsswitch/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |