summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2011-02-04 15:19:41 +0000
committerDavid Mitchell <davem@iabyn.com>2011-02-04 15:19:41 +0000
commit82336099d393c4ac04507e58e4402ba9c413f791 (patch)
treeba4a7c459010c4eecdafd8a477f320f2fc1712a7 /sv.c
parentbe6c6a23f06d680159ce323c1906d297abbe85cd (diff)
downloadperl-82336099d393c4ac04507e58e4402ba9c413f791.tar.gz
silence do_curse() compiler warning
Usage of the static function do_curse() in sv.c has been temporarily disabled; comment out the function definition too, to avoid a compiler warning about an unused function.
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sv.c b/sv.c
index c1274e8d99..6e8e5f3e91 100644
--- a/sv.c
+++ b/sv.c
@@ -552,6 +552,7 @@ do_clean_named_io_objs(pTHX_ SV *const sv)
}
/* Void wrapper to pass to visit() */
+/* XXX
static void
do_curse(pTHX_ SV * const sv) {
if ((PL_stderrgv && GvGP(PL_stderrgv) && (SV*)GvIO(PL_stderrgv) == sv)
@@ -559,6 +560,7 @@ do_curse(pTHX_ SV * const sv) {
return;
(void)curse(sv, 0);
}
+*/
/*
=for apidoc sv_clean_objs