diff options
author | Steve Hay <SteveHay@planit.com> | 2006-11-01 13:07:37 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-11-01 13:07:37 +0000 |
commit | 86413ec05edbed389a8f74a82fd028f2d16de4b8 (patch) | |
tree | 9abb24fb7f353c0288ce8346691bc94001c8b2f5 /ext/Time/HiRes | |
parent | 63ad731da6e7c95184317616677400634991d7a4 (diff) | |
download | perl-86413ec05edbed389a8f74a82fd028f2d16de4b8.tar.gz |
Silence VC++ compiler warnings
See: http://www.nntp.perl.org/group/perl.daily-build.reports/42208
p4raw-id: //depot/perl@29180
Diffstat (limited to 'ext/Time/HiRes')
-rw-r--r-- | ext/Time/HiRes/HiRes.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Time/HiRes/HiRes.xs b/ext/Time/HiRes/HiRes.xs index f1029f0795..a33e1900c8 100644 --- a/ext/Time/HiRes/HiRes.xs +++ b/ext/Time/HiRes/HiRes.xs @@ -1209,7 +1209,7 @@ clock() #endif /* #if defined(TIME_HIRES_CLOCK) && defined(CLOCKS_PER_SEC) */ -IV +void stat(...) PROTOTYPE: ;$ PPCODE: |