From d254ff0ed7d2d9cbbb438c1aff8aaac4228c2dbf Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 18 Mar 2021 20:58:02 +0000 Subject: [PATCH] tests/lint: warning 210 has type information by now --- tests/usr.bin/xlint/lint1/d_struct_init_nested.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/usr.bin/xlint/lint1/d_struct_init_nested.c b/tests/usr.bin/xlint/lint1/d_struct_init_nested.c index dd4ae0aa0d73..e3a86bfcbf34 100644 --- a/tests/usr.bin/xlint/lint1/d_struct_init_nested.c +++ b/tests/usr.bin/xlint/lint1/d_struct_init_nested.c @@ -1,4 +1,4 @@ -/* $NetBSD: d_struct_init_nested.c,v 1.4 2021/02/21 09:07:58 rillig Exp $ */ +/* $NetBSD: d_struct_init_nested.c,v 1.5 2021/03/18 20:58:02 rillig Exp $ */ # 3 "d_struct_init_nested.c" /* @@ -62,6 +62,5 @@ funcOuter3Inner2(void) inner, /*FIXME*//* expect: 185 */ O3C }; /*FIXME*//* expect: 210 */ -/* FIXME: warning 210 must print the type names to be any useful */ return o3i2.o1; }