summaryrefslogtreecommitdiffstats
path: root/source4/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-02-26 07:35:22 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-04-02 09:03:46 +0200
commitbb187cc1e94040ad06d0af507a51284baa297aac (patch)
tree7d6d7c47d510c6342228b96fd4ee6ed575c60fa4 /source4/lib
parent835f8b7e2ec6f5cd3556c7600ea7cfb400bad824 (diff)
downloadsamba-bb187cc1e94040ad06d0af507a51284baa297aac.tar.gz
samba-bb187cc1e94040ad06d0af507a51284baa297aac.tar.xz
samba-bb187cc1e94040ad06d0af507a51284baa297aac.zip
s4:lib/tls: explicitly use allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/tls/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/tls/wscript b/source4/lib/tls/wscript
index f34d7e8a084..57cd89418aa 100644
--- a/source4/lib/tls/wscript
+++ b/source4/lib/tls/wscript
@@ -49,5 +49,6 @@ def configure(conf):
def build(bld):
bld.SAMBA_SUBSYSTEM('LIBTLS',
source='tls.c tlscert.c tls_tstream.c',
+ allow_warnings=True,
public_deps='talloc gnutls gcrypt samba-hostconfig samba_socket LIBTSOCKET tevent tevent-util'
)