mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Change wording of warning slightly.
This commit is contained in:
@@ -71,7 +71,7 @@ check_trigger_function(char const *fname, char const *type)
|
||||
if (ensure_expr_references_first_local_arg(f->node)) {
|
||||
return;
|
||||
}
|
||||
Wprint("%s function `%s' does not reference its argument", type, fname);
|
||||
Wprint("%s function `%s' does not use its argument", type, fname);
|
||||
}
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user