diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_275.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_275.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_275.c b/tests/usr.bin/xlint/lint1/msg_275.c index 932d331b95d..18e1468488c 100644 --- a/tests/usr.bin/xlint/lint1/msg_275.c +++ b/tests/usr.bin/xlint/lint1/msg_275.c @@ -1,9 +1,9 @@ -/* $NetBSD: msg_275.c,v 1.5 2022/06/16 21:24:41 rillig Exp $ */ +/* $NetBSD: msg_275.c,v 1.6 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_275.c" // Test for message: cast discards 'const' from type '%s' [275] -/* lint1-extra-flags: -h */ +/* lint1-extra-flags: -h -X 351 */ char * unconst_string(const char *s) |
