Fix compiler warning.
This commit is contained in:
parent
6577d3c8a0
commit
edd05ed1d1
|
@ -27,6 +27,8 @@ error(char *msg, const char *err)
|
||||||
void
|
void
|
||||||
system_deo_special(Device *d, Uint8 port)
|
system_deo_special(Device *d, Uint8 port)
|
||||||
{
|
{
|
||||||
|
(void)d;
|
||||||
|
(void)port;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in New Issue