summaryrefslogtreecommitdiff
path: root/tests/usr.bin/xlint/lint1/msg_192.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_192.c')
-rw-r--r--tests/usr.bin/xlint/lint1/msg_192.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_192.c b/tests/usr.bin/xlint/lint1/msg_192.c
index b24c5bb77e8..7c0278dceac 100644
--- a/tests/usr.bin/xlint/lint1/msg_192.c
+++ b/tests/usr.bin/xlint/lint1/msg_192.c
@@ -1,10 +1,12 @@
-/* $NetBSD: msg_192.c,v 1.4 2022/06/16 16:58:36 rillig Exp $ */
+/* $NetBSD: msg_192.c,v 1.5 2023/07/07 19:45:22 rillig Exp $ */
# 3 "msg_192.c"
// Test for message: '%s' unused in function '%s' [192]
-/* ARGSUSED */
+/* lint1-extra-flags: -X 351 */
+
void
+/* expect+1: warning: argument 'param' unused in function 'example' [231] */
example(int param)
{
/* expect+1: warning: 'local' unused in function 'example' [192] */