summaryrefslogtreecommitdiffstats
path: root/auth
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
commit35e991558982d24aba728ae5c4e4c791f2777831 (patch)
tree8a4921163db6c7ecc62afa5c89ff02d728e2fe6b /auth
parent5158ae4dcd9230f46369915a11315b52c785197c (diff)
downloadsamba-35e991558982d24aba728ae5c4e4c791f2777831.tar.gz
samba-35e991558982d24aba728ae5c4e4c791f2777831.tar.xz
samba-35e991558982d24aba728ae5c4e4c791f2777831.zip
auth/kerberos: explicitly use allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'auth')
-rwxr-xr-xauth/kerberos/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/kerberos/wscript_build b/auth/kerberos/wscript_build
index 97b8879c8e..15b4889477 100755
--- a/auth/kerberos/wscript_build
+++ b/auth/kerberos/wscript_build
@@ -1,4 +1,5 @@
#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('KRB5_PAC',
source='gssapi_pac.c kerberos_pac.c',
+ allow_warnings=True,
deps='gssapi_krb5 ndr-krb5pac krb5samba')