mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-04-14 13:37:52 +02:00
client: List all enum values in switch statement
This commit is contained in:
parent
610f9d28f0
commit
42f5d905b1
@ -378,8 +378,10 @@ error:
|
|||||||
case CMD_STATUS_FAILED:
|
case CMD_STATUS_FAILED:
|
||||||
goto failure;
|
goto failure;
|
||||||
|
|
||||||
default:
|
case CMD_STATUS_TRIGGERED:
|
||||||
|
case CMD_STATUS_DONE:
|
||||||
l_error("Unknown command status.");
|
l_error("Unknown command status.");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (interactive_mode)
|
if (interactive_mode)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user