mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
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) <hpa@zytor.com>
This commit is contained in:
parent
ca47c843ed
commit
32f7464076
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user