diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-31 09:36:06 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-31 15:18:35 +0100 |
commit | f6a103ef135aebbec9294d0e7fb5f0a5d6578218 (patch) | |
tree | dc1ce166162ed1f50974a4585fc4f3384d0a8f7a /cli/mmcli-output.c | |
parent | 7873ef00e93f4bb390f873eddc16fa1afa071b8a (diff) |
simtech: fix warnings with -Wswitch-default
simtech/mm-broadband-modem-simtech.c: In function ‘enable_unsolicited_events_context_step’:
simtech/mm-broadband-modem-simtech.c:378:5: error: switch missing default case [-Werror=switch-default]
378 | switch (ctx->step) {
| ^~~~~~
simtech/mm-broadband-modem-simtech.c: In function ‘disable_unsolicited_events_context_step’:
simtech/mm-broadband-modem-simtech.c:563:5: error: switch missing default case [-Werror=switch-default]
563 | switch (ctx->step) {
| ^~~~~~
Diffstat (limited to 'cli/mmcli-output.c')
0 files changed, 0 insertions, 0 deletions