summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-03-21 10:00:22 +0100
committerGünther Deschner <gd@samba.org>2015-03-27 01:26:15 +0100
commitdcb22590ca6067a32d60b81fac3749fc6fdf7853 (patch)
tree2d927a022a6f83db93e59272d3e9b47c660cfc13 /source4/heimdal_build
parentf0e9ba91c0610b038cb2c3d7a487e0d904855dc5 (diff)
downloadsamba-dcb22590ca6067a32d60b81fac3749fc6fdf7853.tar.gz
s4:heimdal_build: remove allow_warnings=True from HEIMDAL_ASN1()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r--source4/heimdal_build/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build
index 99345ec1de6..4f1d895bc85 100644
--- a/source4/heimdal_build/wscript_build
+++ b/source4/heimdal_build/wscript_build
@@ -126,7 +126,7 @@ def HEIMDAL_ASN1(name, source,
t = bld(features = 'cc',
source = cfile,
target = name,
- samba_cflags = CURRENT_CFLAGS(bld, name, '', allow_warnings=True),
+ samba_cflags = CURRENT_CFLAGS(bld, name, ''),
depends_on = '',
samba_deps = to_list('roken replace'),
samba_includes = includes + ["/usr/include/heimdal"],