diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-04-26 12:36:45 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-04-26 12:36:45 +0000 |
commit | e9e03e16875c2b55d3621425adb98b63af46989f (patch) | |
tree | 19ba1484c7c5ec3a054943a51010f97ca45c54de /perl.c | |
parent | e3def60f2e5ccd1bf34656c3a5e1691f3bdc48a9 (diff) | |
download | perl-e9e03e16875c2b55d3621425adb98b63af46989f.tar.gz |
eliminate "unused var" warning
p4raw-id: //depot/perl@31083
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4295,6 +4295,7 @@ FIX YOUR KERNEL, PUT A C WRAPPER AROUND THIS SCRIPT, OR USE -u AND UNDUMP!\n"); #endif /* DOSUID */ PERL_UNUSED_ARG(validarg); PERL_UNUSED_ARG(scriptname); + PERL_UNUSED_ARG(linestr_sv); } STATIC void |