scons: Fix warnings issued by clang 3.2svn (XCode 4.6)
Review Request #1724 - Created Feb. 13, 2013 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9529:caf78f49b7b4 --------------------------- scons: Fix warnings issued by clang 3.2svn (XCode 4.6) This patch fixes the warnings that clang3.2svn emit due to the "-Wall" flag. There is one case of an uninitialised value in the ARM neon ISA description, and then a whole range of unused private fields that are pruned.
All regressions passing (excluding t1000 and eio)
-
src/arch/alpha/linux/system.hh (Diff revision 1) -
Any reason you chose not to remove this code?
