View | Details | Raw Unified | Return to bug 258471
Collapse All | Expand All

(-)b/emulators/elliott-803/files/patch-emulator_emulator.c (+11 lines)
Added Link Here
1
--- emulator/emulator.c.orig	2020-11-27 12:36:20 UTC
2
+++ emulator/emulator.c
3
@@ -533,7 +533,7 @@ bool handle_key(commands_t *cmd,
4
         wch[0] = c;
5
         wch[1] = L'\0';
6
 
7
-        int x, x1, y;
8
+        int x, x1, y __unused;
9
         getyx(pads->status, y, x);
10
 
11
         waddwstr(pads->status, wch);

Return to bug 258471