gcc: Fix warnings for gcc 4.7 and clang 3.1
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 2 Jul 2012 12:21:53 +0000 (08:21 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 2 Jul 2012 12:21:53 +0000 (08:21 -0400)
commit92eaac07118a620c2c9dd48921eefcb7ca4422a8
treedd46f8d5d1661f2af59dd467ad5eab661be80199
parentd2ebade5a5f5a20a159f62b9e76c6abdf8b00726
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*).
src/arch/sparc/handlers.hh
src/kern/tru64/printf.cc