----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1082/ -----------------------------------------------------------
(Updated March 20, 2012, 3:51 p.m.) Review request for Default. Description ------- 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. Diffs (updated) ----- src/SConscript c739a3a829f5 src/cpu/testers/networktest/SConscript c739a3a829f5 src/mem/ruby/common/SConscript c739a3a829f5 src/mem/ruby/network/garnet/fixed-pipeline/SConscript c739a3a829f5 Diff: http://reviews.gem5.org/r/1082/diff/ Testing ------- util/regress all passing (disregarding t1000 and eio) Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
