s4:heimdal_build: remove allow_warnings=True from HEIMDAL_ASN1()
authorStefan Metzmacher <metze@samba.org>
Sat, 21 Mar 2015 09:00:22 +0000 (10:00 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 27 Mar 2015 00:26:15 +0000 (01:26 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source4/heimdal_build/wscript_build

index 99345ec1de6c1d1e1a843cc290da10fb4c4acfeb..4f1d895bc855e8e63a51b38e372076c0f32099a2 100644 (file)
@@ -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"],