summaryrefslogtreecommitdiffstats
path: root/source4/lib/events
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/events')
-rw-r--r--source4/lib/events/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/events/wscript_build b/source4/lib/events/wscript_build
index d08d5dda0e..355f315727 100644
--- a/source4/lib/events/wscript_build
+++ b/source4/lib/events/wscript_build
@@ -5,5 +5,6 @@ bld.SAMBA_LIBRARY('events',
source='tevent_s4.c',
deps='samba-util',
public_deps='tevent',
+ allow_warnings=True,
private_library=True
)