From cdc076e6adf2e8066872d30535c71e128c5375ca Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 19 Mar 2026 22:09:22 +0100 Subject: io: make -w suppress notes too --- src/a_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/a_main.c') diff --git a/src/a_main.c b/src/a_main.c index 6c313a7..33f0919 100644 --- a/src/a_main.c +++ b/src/a_main.c @@ -466,7 +466,7 @@ dolink(void) findlinkcmd(&cmd); if (!strcmp(cmd.p[0], "zig")) { - note(NULL, "using 'zig cc' as a cross-compiler"); + note(DGNOTE, NULL, "using 'zig cc' as a cross-compiler"); } if (task.outft == OFTdll) { vpush(&cmd, "-shared"); -- cgit v1.2.3