summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-10-29 12:00:12 +0100
committerJeremy Allison <jra@samba.org>2014-11-14 23:27:05 +0100
commitaa018fda3dd28092031825a7edfc684b354e44fe (patch)
treea9c9eff0a64523ff53db2fe74f9a2d916db8cc01 /source4/librpc
parentef2e05e4414b6292ef4921037ae96d4b831744be (diff)
downloadsamba-aa018fda3dd28092031825a7edfc684b354e44fe.tar.gz
s4:librpc: remove unused allow_warnings=True from NDR_WINSREPL and NDR_WINSIF
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4/librpc')
-rwxr-xr-xsource4/librpc/wscript_build2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index 8aaa0c91c4b..15ba914072e 100755
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -27,7 +27,6 @@ bld.SAMBA_SUBSYSTEM('NDR_SASL_HELPERS',
bld.SAMBA_SUBSYSTEM('NDR_WINSIF',
source='gen_ndr/ndr_winsif.c',
- allow_warnings=True,
public_deps='ndr'
)
@@ -46,7 +45,6 @@ bld.SAMBA_SUBSYSTEM('NDR_NTP_SIGND',
bld.SAMBA_SUBSYSTEM('NDR_WINSREPL',
source='gen_ndr/ndr_winsrepl.c',
- allow_warnings=True,
public_deps='ndr ndr_nbt'
)