Fix compiler warnings:
authorJerry D. Hedden <jdhedden@cpan.org>
Fri, 13 Nov 2009 13:59:20 +0000 (08:59 -0500)
committerVincent Pit <vince@profvince.com>
Fri, 13 Nov 2009 16:44:17 +0000 (17:44 +0100)
commit07822e36092e080b01d96c8587e0cd6b19cb9257
tree7998e1bf92bb47706ce5dce0663154bc72411b7c
parentb263a1ad7bd90448db5ef3b79b444fff3dcb2473
Fix compiler warnings:

pp_sys.c: In function `Perl_pp_tie':
pp_sys.c:788: warning: 'gv' might be used uninitialized in this function
pp_sys.c: In function `Perl_pp_dbmopen':
pp_sys.c:936: warning: 'gv' might be used uninitialized in this function
pp_sys.c: In function `Perl_pp_enterwrite':
pp_sys.c:1274: warning: 'cv' might be used uninitialized in this function
pp_sys.c: In function `Perl_pp_ghostent':
pp_sys.c:4711: warning: 'hent' might be used uninitialized in this function
pp_sys.c