#
9085:5f0321c03a26 |
|
02-Jul-2012 |
Andreas Hansson <andreas.hansson@arm.com> |
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*).
|