From 0a4adb6730d0ec0e681ca9606b5a06934cf5ee7a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 18 Mar 2015 21:43:00 +0100 Subject: [PATCH] s4:lib/tls: remove allow_warnings=True Signed-off-by: Stefan Metzmacher Reviewed-by: Jeremy Allison --- source4/lib/tls/wscript | 1 - 1 file changed, 1 deletion(-) diff --git a/source4/lib/tls/wscript b/source4/lib/tls/wscript index 0223d7378d5..83520a7b2a7 100644 --- a/source4/lib/tls/wscript +++ b/source4/lib/tls/wscript @@ -64,6 +64,5 @@ 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' )