Fix -Wswitch

This commit is contained in:
Louis Gombert
2024-04-20 15:11:24 +02:00
parent 466a142ba3
commit 04e8aeb247
6 changed files with 25 additions and 1 deletions

View File

@@ -273,6 +273,8 @@ ct_config_data lnxgameController::get_controller_value(ct_type type_req) {
switch (type_req) {
int pov_n;
case ctNone:
break;
case ctKey:
val = makeword(0, ddio_KeyInKey());
break;