Muted warnings

This commit is contained in:
neauoire 2021-05-26 10:16:42 -07:00
parent d163c43201
commit 0b2eb7bb44
2 changed files with 4 additions and 1 deletions

View File

@ -27,6 +27,8 @@ initmpu(Mpu *m, Uint8 device)
m->queue = 0; m->queue = 0;
m->error = pmNoError; m->error = pmNoError;
*/ */
(void)m;
(void)device;
return 1; return 1;
} }
@ -42,4 +44,5 @@ listenmpu(Mpu *m)
} }
m->queue = result; m->queue = result;
*/ */
(void)m;
} }

View File

@ -137,7 +137,7 @@ main(int argc, char **argv)
portuxn(&u, 0xd, "empty", nil_talk); portuxn(&u, 0xd, "empty", nil_talk);
portuxn(&u, 0xe, "empty", nil_talk); portuxn(&u, 0xe, "empty", nil_talk);
portuxn(&u, 0xf, "empty", nil_talk); portuxn(&u, 0xf, "empty", nil_talk);
start(&u); start(&u);
if(argc > 2) if(argc > 2)