diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-12-25 13:28:09 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-30 11:59:14 +0100 |
commit | 25ea9d9bdd830696cafb1eef4de79c6cad109229 (patch) | |
tree | 8612b33e4b023f4b91fc340a225a561c7905e5c5 /src/main.c | |
parent | a16ac01604da7c2b3f67c0f157db8e472ee100b1 (diff) |
shared-qmi: fix warnings with -Wswitch-default
mm-shared-qmi.c: In function ‘set_current_capabilities_step’:
mm-shared-qmi.c:601:5: error: switch missing default case [-Werror=switch-default]
601 | switch (ctx->step) {
| ^~~~~~
mm-shared-qmi.c: In function ‘load_current_capabilities_step’:
mm-shared-qmi.c:868:5: error: switch missing default case [-Werror=switch-default]
868 | switch (ctx->step) {
| ^~~~~~
mm-shared-qmi.c: In function ‘setup_carrier_config_step’:
mm-shared-qmi.c:2473:5: error: switch missing default case [-Werror=switch-default]
2473 | switch (ctx->step) {
| ^~~~~~
Diffstat (limited to 'src/main.c')
0 files changed, 0 insertions, 0 deletions