diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-03-29 15:06:50 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-05-18 20:26:54 +0100 |
commit | 4b1123b95676547d1127156b465c8067d112936e (patch) | |
tree | 92cad2668eaeacd605eb363cc30a887b059cb975 /vms | |
parent | 72d749260665bf3a57913ccb056f7d8cba9a2d99 (diff) | |
download | perl-4b1123b95676547d1127156b465c8067d112936e.tar.gz |
In Perl_safesyscalloc(), only declare total_size if conditional code needs it.
gcc 4.6.0 warns about variables that are set but never read, and for most
combinations of conditional compilation options, total_size is never read.
So avoid declaring or setting it if it's not actually going to be used later.
Diffstat (limited to 'vms')
0 files changed, 0 insertions, 0 deletions