diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-11-28 22:56:27 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-30 11:59:14 +0100 |
commit | f6e53c41e40e6eba587219efd4ecf9b7308fd44a (patch) | |
tree | 50ef715b4fb68ef9ef3874db6c0085fbe0d45cac /src/mm-error-helpers.c | |
parent | 394df97acf80e36fb9b6f38f3a6a4464feeab0cf (diff) |
iface-modem-3gpp: fix warnings with -Wswitch-default
mm-iface-modem-3gpp.c: In function ‘handle_register_auth_ready’:
mm-iface-modem-3gpp.c:550:5: error: switch missing default case [-Werror=switch-default]
550 | switch (modem_state) {
| ^~~~~~
mm-iface-modem-3gpp.c: In function ‘handle_scan_auth_ready’:
mm-iface-modem-3gpp.c:738:5: error: switch missing default case [-Werror=switch-default]
738 | switch (modem_state) {
| ^~~~~~
mm-iface-modem-3gpp.c: In function ‘interface_disabling_step’:
mm-iface-modem-3gpp.c:1788:5: error: switch missing default case [-Werror=switch-default]
1788 | switch (ctx->step) {
| ^~~~~~
mm-iface-modem-3gpp.c: In function ‘interface_enabling_step’:
mm-iface-modem-3gpp.c:2092:5: error: switch missing default case [-Werror=switch-default]
2092 | switch (ctx->step) {
| ^~~~~~
mm-iface-modem-3gpp.c: In function ‘interface_initialization_step’:
mm-iface-modem-3gpp.c:2394:5: error: switch missing default case [-Werror=switch-default]
2394 | switch (ctx->step) {
| ^~~~~~
Diffstat (limited to 'src/mm-error-helpers.c')
0 files changed, 0 insertions, 0 deletions