summaryrefslogtreecommitdiff
path: root/tests/usr.bin/xlint/lint1/msg_128.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_128.c')
-rw-r--r--tests/usr.bin/xlint/lint1/msg_128.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_128.c b/tests/usr.bin/xlint/lint1/msg_128.c
index cd93367635d..3e9f90ab18e 100644
--- a/tests/usr.bin/xlint/lint1/msg_128.c
+++ b/tests/usr.bin/xlint/lint1/msg_128.c
@@ -1,8 +1,10 @@
-/* $NetBSD: msg_128.c,v 1.6 2023/07/07 06:03:31 rillig Exp $ */
+/* $NetBSD: msg_128.c,v 1.7 2023/07/07 19:45:22 rillig Exp $ */
# 3 "msg_128.c"
// Test for message: operands of '%s' have incompatible pointer types to '%s' and '%s' [128]
+/* lint1-extra-flags: -X 351 */
+
void
conversion_to_unconst(const char *cstr)
{