summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-10-29 12:27:28 +0100
committerJeremy Allison <jra@samba.org>2014-11-25 07:25:46 +0100
commitf0db9be1a95e58098ea2078df3fc566b0d39ef1a (patch)
tree48c5cf338e65a72af37370a23e91d22d3b569853 /source4/ntvfs
parenta543bfd3b732ef06bb1ed0f78963f148ed7bdca1 (diff)
downloadsamba-f0db9be1a95e58098ea2078df3fc566b0d39ef1a.tar.gz
s4:ntvfs/unixuid: remove unused allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/unixuid/wscript_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/ntvfs/unixuid/wscript_build b/source4/ntvfs/unixuid/wscript_build
index f014674fa40..56fd42d1af3 100644
--- a/source4/ntvfs/unixuid/wscript_build
+++ b/source4/ntvfs/unixuid/wscript_build
@@ -2,7 +2,6 @@
bld.SAMBA_MODULE('ntvfs_unixuid',
source='vfs_unixuid.c',
- allow_warnings=True,
subsystem='ntvfs',
init_function='ntvfs_unixuid_init',
deps='auth_unix_token talloc'