diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-31 09:58:15 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-31 15:18:35 +0100 |
commit | 3197a52c58038a10cc63846867cb24d5204a59a0 (patch) | |
tree | 62b3600cc9d242002af08cf7568366f9ea4f10b8 /cli/mmcli-modem-firmware.c | |
parent | d6ec29c49e313dc9c74efd71d22176329592bcdb (diff) |
ublox: fix warnings with -Wswitch-enum
ublox/mm-broadband-modem-ublox.c:1246:5: error: enumeration value ‘MM_CALL_STATE_UNKNOWN’ not handled in switch [-Werror=switch-enum]
1246 | switch (call_info.state) {
| ^~~~~~
ublox/mm-broadband-modem-ublox.c:1246:5: error: enumeration value ‘MM_CALL_STATE_ACTIVE’ not handled in switch [-Werror=switch-enum]
ublox/mm-broadband-modem-ublox.c:1246:5: error: enumeration value ‘MM_CALL_STATE_HELD’ not handled in switch [-Werror=switch-enum]
ublox/mm-broadband-modem-ublox.c:1246:5: error: enumeration value ‘MM_CALL_STATE_TERMINATED’ not handled in switch [-Werror=switch-enum]
Diffstat (limited to 'cli/mmcli-modem-firmware.c')
0 files changed, 0 insertions, 0 deletions