mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 20:35:32 -07:00
Assorted warning fixes
This commit is contained in:
@@ -328,7 +328,7 @@ codegen_timing_winchip_start(void)
|
||||
}
|
||||
|
||||
void
|
||||
codegen_timing_winchip_prefix(uint8_t prefix, uint32_t fetchdat)
|
||||
codegen_timing_winchip_prefix(uint8_t prefix, UNUSED(uint32_t fetchdat))
|
||||
{
|
||||
timing_count += COUNT(opcode_timings_winchip[prefix], 0);
|
||||
last_prefix = prefix;
|
||||
|
||||
Reference in New Issue
Block a user