diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-12-23 13:21:59 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-30 11:59:14 +0100 |
commit | 82d30fd05255ea24dfb8556f80d5582c5517ba41 (patch) | |
tree | 7f41b7fdfe541e7425fd54fb056c01947652fb7d /src/main.c | |
parent | 5aa5e51a0eb13d4eca8a61d756bad22a17dc67fd (diff) |
iface-modem-3gpp-ussd: fix warnings with -Wswitch-default
mm-iface-modem-3gpp-ussd.c: In function ‘ensure_enabled’:
mm-iface-modem-3gpp-ussd.c:59:5: error: switch missing default case [-Werror=switch-default]
59 | switch (modem_state) {
| ^~~~~~
mm-iface-modem-3gpp-ussd.c: In function ‘interface_disabling_step’:
mm-iface-modem-3gpp-ussd.c:565:5: error: switch missing default case [-Werror=switch-default]
565 | switch (ctx->step) {
| ^~~~~~
mm-iface-modem-3gpp-ussd.c: In function ‘interface_enabling_step’:
mm-iface-modem-3gpp-ussd.c:709:5: error: switch missing default case [-Werror=switch-default]
709 | switch (ctx->step) {
| ^~~~~~
mm-iface-modem-3gpp-ussd.c: In function ‘interface_initialization_step’:
mm-iface-modem-3gpp-ussd.c:831:5: error: switch missing default case [-Werror=switch-default]
831 | switch (ctx->step) {
| ^~~~~~
Diffstat (limited to 'src/main.c')
0 files changed, 0 insertions, 0 deletions