in reply to Can't get rid of: Useless use of private variable in void context
#Process Zero sized (uninitialized) memory $PlaceToPutInformation->{'Maps'}{'HIGHTEC'}{$5} = { 'Start' => $1, 'End' => $2, 'Size' => $3, 'Symbol' => $4, 'Memory' => $6, 'OutputSection' => $7, 'InputSection' => $8, 'InputObject' => $9, }; local *HTEC = $PlaceToPutInformation->{'Memory'}{'HIGHTEC'}; $HTEC{'OverallSize'} ||= 0; $HTEC{'OverallSize'} = $HTEC{'OverallSize'} + $3; $HTEC{'Memory'}{$6} ||= 0; $HTEC{'Memory'}{$6} = $HTEC{'Memory'}{$6} + $3; $HTEC{'OutputSection'}{$7} ||= 0; $HTEC{'OutputSection'}{$7} = $HTEC{'OutputSection'}{$7} + $3;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't get rid of: Useless use of private variable in void context
by tobias_hofer (Friar) on Feb 25, 2013 at 10:18 UTC | |
by Anonymous Monk on Feb 25, 2013 at 10:35 UTC | |
by tobias_hofer (Friar) on Feb 25, 2013 at 11:28 UTC | |
by ww (Archbishop) on Feb 25, 2013 at 13:12 UTC | |
|
Re^2: Can't get rid of: Useless use of private variable in void context
by Anonymous Monk on Feb 25, 2013 at 10:10 UTC | |
by Anonymous Monk on Feb 25, 2013 at 10:17 UTC |