Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/usr.bin/xlint/lint1 tests/lint: warning 210 has type i...



details:   https://anonhg.NetBSD.org/src/rev/737cfa11b919
branches:  trunk
changeset: 953725:737cfa11b919
user:      rillig <rillig%NetBSD.org@localhost>
date:      Thu Mar 18 20:58:02 2021 +0000

description:
tests/lint: warning 210 has type information by now

diffstat:

 tests/usr.bin/xlint/lint1/d_struct_init_nested.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 1f4c1c976732 -r 737cfa11b919 tests/usr.bin/xlint/lint1/d_struct_init_nested.c
--- a/tests/usr.bin/xlint/lint1/d_struct_init_nested.c  Thu Mar 18 20:55:58 2021 +0000
+++ b/tests/usr.bin/xlint/lint1/d_struct_init_nested.c  Thu Mar 18 20:58:02 2021 +0000
@@ -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 @@
            inner,              /*FIXME*//* expect: 185 */
            O3C
        };                      /*FIXME*//* expect: 210 */
-/* FIXME: warning 210 must print the type names to be any useful */
        return o3i2.o1;
 }



Home | Main Index | Thread Index | Old Index