From 868bb9f643266163fddc80e066c74ed0f0cdafe7 Mon Sep 17 00:00:00 2001 From: Alec Murphy Date: Sat, 25 Apr 2026 20:50:15 -0400 Subject: [PATCH] KeyDev: no_warn sc --- Saphir/KeyDev.HC | 1 + 1 file changed, 1 insertion(+) diff --git a/Saphir/KeyDev.HC b/Saphir/KeyDev.HC index 2668684..e65efd0 100644 --- a/Saphir/KeyDev.HC +++ b/Saphir/KeyDev.HC @@ -49,6 +49,7 @@ U0 saphir_handle_prefix_cmd() Bool saphir_MyPutKey(I64 ch, I64 sc) { + no_warn sc; switch (ch) { case CH_CTRLB: saphir_handle_prefix_cmd;