Review Board 2.0.15


scons: Fix up numerous warnings about name shadowing

Review Request #1716 - Created Feb. 13, 2013 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 9522:5056621e6632
---------------------------
scons: Fix up numerous warnings about name shadowing

This patch address the most important name shadowing warnings (as
produced when using gcc/clang with -Wshadow). There are many
locations where constructor parameters and function parameters shadow
local variables, but these are left unchanged.
All regressions passing (excluding t1000 and eio)

Issue Summary

1 1 0 0
Review request changed
Updated (Feb. 18, 2013, 7:11 p.m.)

Status: Closed (submitted)