summaryrefslogtreecommitdiff
path: root/tests/usr.bin/xlint/lint1/msg_092.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_092.c')
-rw-r--r--tests/usr.bin/xlint/lint1/msg_092.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_092.c b/tests/usr.bin/xlint/lint1/msg_092.c
index 532df56b32b..581895429f8 100644
--- a/tests/usr.bin/xlint/lint1/msg_092.c
+++ b/tests/usr.bin/xlint/lint1/msg_092.c
@@ -1,4 +1,4 @@
-/* $NetBSD: msg_092.c,v 1.4 2022/06/21 21:18:30 rillig Exp $ */
+/* $NetBSD: msg_092.c,v 1.5 2023/07/07 06:03:31 rillig Exp $ */
# 3 "msg_092.c"
// Test for message: inconsistent redeclaration of static '%s' [92]
@@ -14,6 +14,7 @@ use_random(void)
{
random();
+ /* expect+3: warning: 'random' unused in function 'use_random' [192] */
/* expect+2: warning: dubious static function 'random' at block level [93] */
/* expect+1: warning: inconsistent redeclaration of static 'random' [92] */
static double random(void);