KeyDev: no_warn sc

This commit is contained in:
Alec Murphy
2026-04-25 20:50:15 -04:00
parent b6610916c3
commit 868bb9f643

View File

@@ -49,6 +49,7 @@ U0 saphir_handle_prefix_cmd()
Bool saphir_MyPutKey(I64 ch, I64 sc) Bool saphir_MyPutKey(I64 ch, I64 sc)
{ {
no_warn sc;
switch (ch) { switch (ch) {
case CH_CTRLB: case CH_CTRLB:
saphir_handle_prefix_cmd; saphir_handle_prefix_cmd;