Module Name: src Committed By: rillig Date: Thu Mar 18 20:58:02 UTC 2021
Modified Files: src/tests/usr.bin/xlint/lint1: d_struct_init_nested.c Log Message: tests/lint: warning 210 has type information by now To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/xlint/lint1/d_struct_init_nested.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/usr.bin/xlint/lint1/d_struct_init_nested.c diff -u src/tests/usr.bin/xlint/lint1/d_struct_init_nested.c:1.4 src/tests/usr.bin/xlint/lint1/d_struct_init_nested.c:1.5 --- src/tests/usr.bin/xlint/lint1/d_struct_init_nested.c:1.4 Sun Feb 21 09:07:58 2021 +++ src/tests/usr.bin/xlint/lint1/d_struct_init_nested.c Thu Mar 18 20:58:02 2021 @@ -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; }