diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_062.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_062.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_062.c b/tests/usr.bin/xlint/lint1/msg_062.c index e7e19a73b55..d6a9baf4819 100644 --- a/tests/usr.bin/xlint/lint1/msg_062.c +++ b/tests/usr.bin/xlint/lint1/msg_062.c @@ -1,8 +1,10 @@ -/* $NetBSD: msg_062.c,v 1.6 2022/10/01 09:42:40 rillig Exp $ */ +/* $NetBSD: msg_062.c,v 1.7 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_062.c" // Test for message: function prototype parameters must have types [62] +/* lint1-extra-flags: -X 351 */ + /* expect+1: error: old-style declaration; add 'int' [1] */ outer() { /* expect+2: warning: function prototype parameters must have types [62] */ |
