uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit edd05ed1d14ea70c34afb0228552bd7363f36a76
parent 6577d3c8a09a36d15f2ddb58b86f34672102dbe1
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date:   Sun, 23 Jan 2022 11:23:52 +0000

Fix compiler warning.

Diffstat:
Msrc/uxncli.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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