mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Fix warnings (#6333)
This commit is contained in:
@@ -309,7 +309,7 @@ machine_ap440fx_vs440fx_gpio_handler(uint8_t write, uint32_t val)
|
||||
if (!write)
|
||||
return 0xff7f;
|
||||
|
||||
(void)val; /* Writes are ignored. */
|
||||
return val; /* Writes are ignored. */
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user