----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1279/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9074:ab04a589d80c --------------------------- gcc: Fix warnings for gcc 4.7 and clang 3.1 This patch fixes two warnings, one related to a narrowing conversion (int to MachInst), and one due to the cast operator for arguments and a mismatch in const-ness (const void* and void*). Diffs ----- src/arch/sparc/handlers.hh d8e5ca139d7c src/kern/tru64/printf.cc d8e5ca139d7c Diff: http://reviews.gem5.org/r/1279/diff/ Testing ------- util/regress all passing (disregarding t1000 and eio) compiled with gcc 4.3 - 4.7 and clang 2.9 - 3.1 Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
