summaryrefslogtreecommitdiff
path: root/source4/ntvfs
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
commitcea6d7e4a30e3e656e7702074dad9573f39164e1 (patch)
tree35f7efcc6ebbfe13a0ae694741787ba9a49e47d1 /source4/ntvfs
parent3f742fc2f2c017d898b33918fb16633ac3f43d1e (diff)
downloadsamba-cea6d7e4a30e3e656e7702074dad9573f39164e1.tar.gz
s4:ntvfs/unixuid: explicitly use allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/unixuid/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/unixuid/wscript_build b/source4/ntvfs/unixuid/wscript_build
index 56fd42d1af3..f014674fa40 100644
--- a/source4/ntvfs/unixuid/wscript_build
+++ b/source4/ntvfs/unixuid/wscript_build
@@ -2,6 +2,7 @@
bld.SAMBA_MODULE('ntvfs_unixuid',
source='vfs_unixuid.c',
+ allow_warnings=True,
subsystem='ntvfs',
init_function='ntvfs_unixuid_init',
deps='auth_unix_token talloc'