From edd05ed1d14ea70c34afb0228552bd7363f36a76 Mon Sep 17 00:00:00 2001 From: Andrew Alderwick Date: Sun, 23 Jan 2022 11:23:52 +0000 Subject: [PATCH] Fix compiler warning. --- src/uxncli.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uxncli.c b/src/uxncli.c index a00cbf5..669b8d6 100644 --- a/src/uxncli.c +++ b/src/uxncli.c @@ -27,6 +27,8 @@ error(char *msg, const char *err) void system_deo_special(Device *d, Uint8 port) { + (void)d; + (void)port; } static void