gcc compiler warning fixes (#1977)
* fix for enum-int-mismatch * fix for unused-variable
This commit is contained in:
@@ -1064,7 +1064,7 @@ void helper_store_msr(CPUPPCState *env, target_ulong val)
|
||||
#if defined(_MSC_VER) && defined(__clang__)
|
||||
void helper_pminsn(CPUPPCState *env, uint32_t insn)
|
||||
#else
|
||||
void helper_pminsn(CPUPPCState *env, powerpc_pm_insn_t insn)
|
||||
void helper_pminsn(CPUPPCState *env, uint32_t /*powerpc_pm_insn_t*/ insn)
|
||||
#endif
|
||||
{
|
||||
CPUState *cs;
|
||||
|
||||
Reference in New Issue
Block a user