s4:lib/tls: remove allow_warnings=True
authorStefan Metzmacher <metze@samba.org>
Wed, 18 Mar 2015 20:43:00 +0000 (21:43 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 20 Mar 2015 19:43:12 +0000 (20:43 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/lib/tls/wscript

index 0223d7378d542f3a86625f0c6ac04818f0e07eb3..83520a7b2a71842f32033b53d36b205089efb16d 100644 (file)
@@ -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'
                         )