summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'