diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-02-26 07:35:22 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-04-02 09:03:46 +0200 |
commit | 5158ae4dcd9230f46369915a11315b52c785197c (patch) | |
tree | 41f7622cdac4d6484f76a554379643259afee7c4 | |
parent | 09fb085b85b1fe63a2005b9dec81e68110e67d07 (diff) | |
download | samba-5158ae4dcd9230f46369915a11315b52c785197c.tar.gz samba-5158ae4dcd9230f46369915a11315b52c785197c.tar.xz samba-5158ae4dcd9230f46369915a11315b52c785197c.zip |
lib/socket_wrapper: explicitly use allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r-- | lib/socket_wrapper/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/socket_wrapper/wscript_build b/lib/socket_wrapper/wscript_build index 8e1c2962292..6e41ed579e0 100644 --- a/lib/socket_wrapper/wscript_build +++ b/lib/socket_wrapper/wscript_build @@ -4,6 +4,7 @@ bld.SAMBA_LIBRARY('socket_wrapper', source='socket_wrapper.c', group='base_libraries', private_library=True, + allow_warnings=True, enabled=bld.CONFIG_SET('SOCKET_WRAPPER'), deps='replace') |