wafsamba: use -Wno-error=deprecated-declarations in picky-developer mode
authorStefan Metzmacher <metze@samba.org>
Thu, 22 May 2014 08:41:33 +0000 (10:41 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 25 Nov 2014 06:25:46 +0000 (07:25 +0100)
commit989eb5d8f8125306045a5db5f2fd9f5caf616754
treea566841c40ab06804371bfe681e0db99cf40609b
parent6f5143d9e818b71d74da430c1d693153017347e6
wafsamba: use -Wno-error=deprecated-declarations in picky-developer mode

Currently we use too many deprecated function like
dcerpc_binding_handle_set_sync_ev() and others, but this should not be a reason
to require 'allow_warnings=True'.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
buildtools/wafsamba/samba_autoconf.py