summaryrefslogtreecommitdiff
path: root/source4/lib/events
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-10-29 12:27:28 +0100
committerJeremy Allison <jra@samba.org>2014-11-25 07:25:46 +0100
commite47456143c68239499b20bd7fa3784bc9db1ec59 (patch)
treebc8ec02b3bd7112d6585720e3602707602004879 /source4/lib/events
parent989eb5d8f8125306045a5db5f2fd9f5caf616754 (diff)
downloadsamba-e47456143c68239499b20bd7fa3784bc9db1ec59.tar.gz
s4:lib/events: remove unused allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4/lib/events')
-rw-r--r--source4/lib/events/wscript_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/events/wscript_build b/source4/lib/events/wscript_build
index 355f3157270..d08d5dda0eb 100644
--- a/source4/lib/events/wscript_build
+++ b/source4/lib/events/wscript_build
@@ -5,6 +5,5 @@ bld.SAMBA_LIBRARY('events',
source='tevent_s4.c',
deps='samba-util',
public_deps='tevent',
- allow_warnings=True,
private_library=True
)