--- nono/wx/wxsoftkey.cpp 2026/04/29 17:04:30 1.1.1.2 +++ nono/wx/wxsoftkey.cpp 2026/04/29 17:04:33 1.1.1.3 @@ -350,9 +350,7 @@ WXLunaSoftKeyPanel::FindKeydata(uint key } } // 見付からないはずはない - warnx("keycode %d not found", keycode); - assert(true); - __unreachable(); + assertmsg(0, "keycode %d not found", keycode); } // マウス左クリック (Down) イベント