mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01: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:
|
||||
goto failure;
|
||||
|
||||
default:
|
||||
case CMD_STATUS_TRIGGERED:
|
||||
case CMD_STATUS_DONE:
|
||||
l_error("Unknown command status.");
|
||||
break;
|
||||
}
|
||||
|
||||
if (interactive_mode)
|
||||
|
Loading…
Reference in New Issue
Block a user