Scons: Remove Werror=False in SConscript files
Review Request #1082 - Created March 6, 2012 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Scons: Remove Werror=False in SConscript files This patch removes the overriding of "-Werror" in a handful of cases. The code compiles with gcc 4.6.3 and clang 3.0 without any warnings, and thus without any errors. There are no functional changes introduced by this patch. In the future, rather than ypassing "-Werror", address the warnings.
util/regress all passing (disregarding t1000 and eio)
Ship It!
Posted (March 9, 2012, 3:36 a.m.)
So did these files get changed to remove the warning? Or are there warnings with other versions of gcc? I'm curious about the history here... it seems a little dangerous to take these off unless we know that the reasons for having them there have been addresses.
Ship It!
