This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix Cygwin build warnings
authorJerry D. Hedden <jdhedden@cpan.org>
Wed, 29 Aug 2012 14:55:12 +0000 (10:55 -0400)
committerTony Cook <tony@develop-help.com>
Thu, 30 Aug 2012 00:59:59 +0000 (10:59 +1000)
commitba495c01e84f3a93c5b0fd5fb1064683ada8bab7
tree190d3dea0acc4707db70f3c8719e2def617904f2
parent28453e5f3d3167d0f1a72abc434059ee99c2ef96
Fix Cygwin build warnings

Fixes the following build warnings under Cygwin:

cygwin.c: In function 'do_spawn':
cygwin.c:132:5: warning: assignment from incompatible pointer type
cygwin.c: In function 'XS_Cygwin_posix_to_win_path':
cygwin.c:346:9: warning: 'err' may be used uninitialized in this function
cygwin.c: In function 'XS_Cygwin_win_to_posix_path':
cygwin.c:257:9: warning: 'err' may be used uninitialized in this function
cygwin/cygwin.c