aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-07-16 20:34:29 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-07-16 20:34:29 +0300
commit416d3e6d6ed3c6b26875d0a68ab64e3910be3d7b (patch)
treed3efc07adb11abfb7061e413caa87b04b55d3a40 /main.c
parent4a6b14b777a1738848b8048f1c8f4a0e528bb6b2 (diff)
downloadegawk-416d3e6d6ed3c6b26875d0a68ab64e3910be3d7b.tar.gz
egawk-416d3e6d6ed3c6b26875d0a68ab64e3910be3d7b.tar.bz2
egawk-416d3e6d6ed3c6b26875d0a68ab64e3910be3d7b.zip
Fix lint_old warnings to use lintwarn function.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 925f4fc0..9be77938 100644
--- a/main.c
+++ b/main.c
@@ -364,7 +364,7 @@ main(int argc, char **argv)
}
if (do_lint && os_is_setuid())
- warning(_("running %s setuid root may be a security problem"), myname);
+ lintwarn(_("running %s setuid root may be a security problem"), myname);
if (do_debug) /* Need to register the debugger pre-exec hook before any other */
init_debug();