]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: remove several compiler warnings
authorPetar Jovanovic <mips32r2@gmail.com>
Sat, 3 Feb 2018 22:28:30 +0000 (23:28 +0100)
committerPetar Jovanovic <mips32r2@gmail.com>
Sat, 3 Feb 2018 22:28:30 +0000 (23:28 +0100)
commit482e36cb6ebbb3c818b8213529fd6c2454bc2b33
treef863411e90fb5e065068b2067d5a3bed4e49d105
parent970e15826d7f26fad686961c15d0cb65c656dc17
mips: remove several compiler warnings

A few warnings have showed up with recent changes on trunk:

warning: parameter names (without types) in function declaration
warning: no previous prototype for 'showRotxOp'
warning: unused variable 'src1' [-Wunused-variable]

Fixing it.
Thanks Paul Floyd for reporting one of the issues.
VEX/priv/host_mips_defs.c
VEX/priv/host_mips_defs.h
VEX/priv/host_mips_isel.c