summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2008-01-29 15:06:55 +0000
committerSteve Hay <SteveHay@planit.com>2008-01-29 15:06:55 +0000
commit8c54174d094a78800e8ccba3f591a61aef9be2bf (patch)
treebb7eb9f6e7473315e0fac7e951b7d0371316556d /proto.h
parentc3c3bebb639496b8bdce5d7c639ea5632d85fc99 (diff)
downloadperl-8c54174d094a78800e8ccba3f591a61aef9be2bf.tar.gz
Fix Win32 compiler warnings introduced by #33081 and #33085
p4raw-id: //depot/perl@33106
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 14a2e484a7..865823a79c 100644
--- a/proto.h
+++ b/proto.h
@@ -1763,7 +1763,7 @@ PERL_CALLCONV I32 Perl_call_method(pTHX_ const char* methname, I32 flags)
PERL_CALLCONV I32 Perl_call_pv(pTHX_ const char* sub_name, I32 flags)
__attribute__nonnull__(pTHX_1);
-PERL_CALLCONV I32 Perl_call_sv(pTHX_ SV* sv, I32 flags)
+PERL_CALLCONV I32 Perl_call_sv(pTHX_ SV* sv, VOL I32 flags)
__attribute__nonnull__(pTHX_1);
PERL_CALLCONV void Perl_despatch_signals(pTHX);