diff --git a/emulators/elliott-803/files/patch-emulator_emulator.c b/emulators/elliott-803/files/patch-emulator_emulator.c new file mode 100644 index 000000000000..c8cd49eb7858 --- /dev/null +++ b/emulators/elliott-803/files/patch-emulator_emulator.c @@ -0,0 +1,11 @@ +--- emulator/emulator.c.orig 2020-11-27 12:36:20 UTC ++++ emulator/emulator.c +@@ -533,7 +533,7 @@ bool handle_key(commands_t *cmd, + wch[0] = c; + wch[1] = L'\0'; + +- int x, x1, y; ++ int x, x1, y __unused; + getyx(pads->status, y, x); + + waddwstr(pads->status, wch);