diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-11 13:08:22 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-30 11:59:15 +0100 |
commit | d068d0493e35c396a6c4fb37eaf2891e18cfcb88 (patch) | |
tree | 1189048898b586ecdec358725a35b983824768d7 /src/mm-base-sim.c | |
parent | 581d829eb7090e3c41ebf5b1720ab2799bc4fdd0 (diff) |
broadband-modem-qmi: fix warnings with -Wimplicit-fallthrough
In file included from mm-broadband-modem-qmi.c:29:
mm-broadband-modem-qmi.c: In function ‘uim_get_card_status_output_parse’:
mm-log.h:33:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
33 | _mm_log (G_STRLOC, G_STRFUNC, MM_LOG_LEVEL_WARN, ## __VA_ARGS__ )
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mm-broadband-modem-qmi.c:894:13: note: in expansion of macro ‘mm_warn’
894 | mm_warn ("PUK2 permanently blocked");
| ^~~~~~~
mm-broadband-modem-qmi.c:895:9: note: here
895 | case QMI_UIM_PIN_STATE_BLOCKED:
| ^~~~
...
Diffstat (limited to 'src/mm-base-sim.c')
0 files changed, 0 insertions, 0 deletions