diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-12-25 13:36:36 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-30 11:59:14 +0100 |
commit | be516b5aa8719f5a7b09bad4e43f9d547909f41e (patch) | |
tree | 6ccd6a4f26498ebcf1f0823618abb8f3a0f863b3 /src/mm-error-helpers.h | |
parent | f1126d535badc2607b47ff82109d8a1a885aeff6 (diff) |
bearer-qmi: fix warnings with -Wswitch-default
mm-bearer-qmi.c: In function ‘reload_stats_context_step’:
mm-bearer-qmi.c:165:5: error: switch missing default case [-Werror=switch-default]
165 | switch (ctx->step) {
| ^~~~~~
mm-bearer-qmi.c: In function ‘connection_status_context_step’:
mm-bearer-qmi.c:310:5: error: switch missing default case [-Werror=switch-default]
310 | switch (ctx->step) {
| ^~~~~~
mm-bearer-qmi.c: In function ‘connect_context_step’:
mm-bearer-qmi.c:1290:5: error: switch missing default case [-Werror=switch-default]
1290 | switch (ctx->step) {
| ^~~~~~
mm-bearer-qmi.c: In function ‘disconnect_context_step’:
mm-bearer-qmi.c:1954:5: error: switch missing default case [-Werror=switch-default]
1954 | switch (ctx->step) {
| ^~~~~~
Diffstat (limited to 'src/mm-error-helpers.h')
0 files changed, 0 insertions, 0 deletions