Scons: Remove Werror=False in SConscript files
authorAndreas Hansson <andreas.hansson@arm.com>
Thu, 22 Mar 2012 10:34:50 +0000 (06:34 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Thu, 22 Mar 2012 10:34:50 +0000 (06:34 -0400)
commitfb395b56dd2432b862c550bad7b4bbe1f205ec59
treed302fc65bf8b4c2a6b217e48a58a175be6fd01f4
parent12742835bc8e569b74efb396ef211d7b581ae3b8
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.
src/SConscript
src/cpu/testers/networktest/SConscript
src/mem/ruby/common/SConscript
src/mem/ruby/network/garnet/fixed-pipeline/SConscript