0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2025-01-05 15:11:18 +00:00

Fix compiler warning.

This commit is contained in:
Andrew Alderwick 2022-01-23 11:23:52 +00:00
parent 6577d3c8a0
commit edd05ed1d1

View file

@ -27,6 +27,8 @@ error(char *msg, const char *err)
void
system_deo_special(Device *d, Uint8 port)
{
(void)d;
(void)port;
}
static void