From 0b2eb7bb4417d6a11f5d3468b924c2bba9d421ff Mon Sep 17 00:00:00 2001 From: neauoire Date: Wed, 26 May 2021 10:16:42 -0700 Subject: [PATCH] Muted warnings --- src/devices/mpu.c | 3 +++ src/uxncli.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/devices/mpu.c b/src/devices/mpu.c index bca2b82..344f982 100644 --- a/src/devices/mpu.c +++ b/src/devices/mpu.c @@ -27,6 +27,8 @@ initmpu(Mpu *m, Uint8 device) m->queue = 0; m->error = pmNoError; */ + (void)m; + (void)device; return 1; } @@ -42,4 +44,5 @@ listenmpu(Mpu *m) } m->queue = result; */ + (void)m; } diff --git a/src/uxncli.c b/src/uxncli.c index c64f9a7..4262861 100644 --- a/src/uxncli.c +++ b/src/uxncli.c @@ -137,7 +137,7 @@ main(int argc, char **argv) portuxn(&u, 0xd, "empty", nil_talk); portuxn(&u, 0xe, "empty", nil_talk); portuxn(&u, 0xf, "empty", nil_talk); - + start(&u); if(argc > 2)