From 32f74640767d659f9767826cebb6bbddf66b4500 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin (Intel)" Date: Tue, 6 Aug 2019 19:37:49 -0700 Subject: outmacho.c: mark zeroing warning as WARN_ZEROING The zeroing warning should, amazingly enough, have been WARN_ZEROING. Signed-off-by: H. Peter Anvin (Intel) --- output/outmacho.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'output') diff --git a/output/outmacho.c b/output/outmacho.c index cff4affa..6d9059be 100644 --- a/output/outmacho.c +++ b/output/outmacho.c @@ -592,7 +592,7 @@ static void macho_output(int32_t secto, const void *data, switch (type) { case OUT_RESERVE: if (!is_bss) { - nasm_warn(WARN_OTHER, "uninitialized space declared in" + nasm_warn(WARN_ZEROING, "uninitialized space declared in" " %s,%s section: zeroing", s->segname, s->sectname); sect_write(s, NULL, size); -- cgit v1.2.1