aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.y')
-rw-r--r--awkgram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/awkgram.y b/awkgram.y
index 01d0ebf8..d491b56f 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -4290,7 +4290,7 @@ check_funcs()
_("function `%s' called but never defined"), fp->name);
#endif
if (do_lint && fp->used == 0) {
- lintwarn(_("function `%s' defined but never called"),
+ lintwarn(_("function `%s' defined but never called directly"),
fp->name);
}
}