diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-12-23 13:39:05 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-30 11:59:14 +0100 |
commit | 3ab3968e8f0ba092cd2b34e967a3bbb89be3f00c (patch) | |
tree | df3fbd5bbc78f516e217921290e4ec591d3c70ca /src/mm-iface-modem-messaging.c | |
parent | c1ffe15b9282d80b82c348d408aa2c8b5dc06943 (diff) |
iface-modem-location: fix warnings with -Wswitch-default
mm-iface-modem-location.c: In function ‘interface_disabling_step’:
mm-iface-modem-location.c:1386:5: error: switch missing default case [-Werror=switch-default]
1386 | switch (ctx->step) {
| ^~~~~~
mm-iface-modem-location.c: In function ‘interface_enabling_step’:
mm-iface-modem-location.c:1505:5: error: switch missing default case [-Werror=switch-default]
1505 | switch (ctx->step) {
| ^~~~~~
mm-iface-modem-location.c: In function ‘interface_initialization_step’:
mm-iface-modem-location.c:1709:5: error: switch missing default case [-Werror=switch-default]
1709 | switch (ctx->step) {
| ^~~~~~
Diffstat (limited to 'src/mm-iface-modem-messaging.c')
0 files changed, 0 insertions, 0 deletions