From 96a5add60f1f39d38341c09c11f0542e68f782b0 Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Mon, 20 Feb 2006 18:27:11 -0600 Subject: unused context warnings Message-ID: <20060221062711.GA16160@petdance.com> p4raw-id: //depot/perl@27300 --- universal.c | 1 + 1 file changed, 1 insertion(+) (limited to 'universal.c') diff --git a/universal.c b/universal.c index 2eeddb612f..98efe0f869 100644 --- a/universal.c +++ b/universal.c @@ -819,6 +819,7 @@ XS(XS_Internals_hv_clear_placehold) XS(XS_Regexp_DESTROY) { + PERL_UNUSED_CONTEXT; PERL_UNUSED_ARG(cv); } -- cgit v1.2.1