scons: Fix up numerous warnings about name shadowing
Review Request #1716 - Created Feb. 13, 2013 and submitted - Latest diff uploaded
| 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)
