s4:auth/gensec_cyrus_sasl: allow_warnings=True
authorStefan Metzmacher <metze@samba.org>
Wed, 18 Mar 2015 21:03:59 +0000 (22:03 +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/auth/gensec/wscript_build

index cdf178974743c0c26c8d5000c7527d92d73519ca..097a7409362c5caad41a83391b34da474fb7f7bf 100755 (executable)
@@ -28,7 +28,6 @@ bld.SAMBA_MODULE('cyrus_sasl',
        subsystem='gensec',
        init_function='gensec_sasl_init',
        deps='samba-credentials sasl2',
-       allow_warnings=True,
        enabled=bld.CONFIG_SET('HAVE_SASL')
        )