s3:modules: remove unused allow_warnings=True for vfs_aio_fork
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: Michael Adam <obnox@samba.org>
source3/modules/wscript_build

index 82040b33a5073f8644c338572c9ce6dbbfe466f8..96965e3098e1bc4a14ff82715b6a862b95dd980e 100644 (file)
@@ -320,7 +320,6 @@ bld.SAMBA3_MODULE('vfs_fileid',
 bld.SAMBA3_MODULE('vfs_aio_fork',
                  subsystem='vfs',
                  source='vfs_aio_fork.c',
-                 allow_warnings=True,
                  deps='samba-util tevent',
                  init_function='',
                  internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_aio_fork'),