Change wording of warning slightly.

This commit is contained in:
Dianne Skoll
2024-08-28 13:54:40 -04:00
parent 1e0d650737
commit a1aa5c2ad9

View File

@@ -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