s3:modules: remove unused allow_warnings=True for vfs_unityed_media
authorStefan Metzmacher <metze@samba.org>
Fri, 10 Apr 2015 09:12:04 +0000 (11:12 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 19 May 2015 11:43:13 +0000 (13:43 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/modules/wscript_build

index da2959378ab32fa0af5c07d7647315230c38a4dc..b0e6f8e76ea4a53a2b7780293b6f40faced02977 100644 (file)
@@ -447,7 +447,6 @@ bld.SAMBA3_MODULE('vfs_media_harmony',
 bld.SAMBA3_MODULE('vfs_unityed_media',
                  subsystem='vfs',
                  source='vfs_unityed_media.c',
-                 allow_warnings=True,
                  deps='samba-util',
                  init_function='',
                  internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_unityed_media'),