diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_324.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_324.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_324.c b/tests/usr.bin/xlint/lint1/msg_324.c index 5dd0d7e8aad..45da61f53cb 100644 --- a/tests/usr.bin/xlint/lint1/msg_324.c +++ b/tests/usr.bin/xlint/lint1/msg_324.c @@ -1,4 +1,4 @@ -/* $NetBSD: msg_324.c,v 1.8 2023/07/07 06:03:31 rillig Exp $ */ +/* $NetBSD: msg_324.c,v 1.9 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_324.c" // Test for message: suggest cast from '%s' to '%s' on op '%s' to avoid overflow [324] @@ -14,7 +14,7 @@ * have been lost. */ -/* lint1-flags: -g -S -w -P */ +/* lint1-flags: -g -S -w -P -X 351 */ void example(char c, int i, unsigned u) |
