diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-31 09:34:45 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-31 15:18:35 +0100 |
commit | 7873ef00e93f4bb390f873eddc16fa1afa071b8a (patch) | |
tree | 65fe07954750e3d7e46f9aa57c4a34782cdbe931 /cli/mmcli.c | |
parent | 68f3eeeaa785e77289f6c7f276400d61bbb7fd22 (diff) |
simtech: fix warnings with -Wsign-compare
simtech/mm-broadband-modem-simtech.c: In function ‘simtech_act_to_mm_act’:
simtech/mm-broadband-modem-simtech.c:89:19: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare]
89 | return (nsmod < G_N_ELEMENTS (simtech_act_to_mm_act_map) ? simtech_act_to_mm_act_map[nsmod] : MM_MODEM_ACCESS_TECHNOLOGY_UNKNOWN);
| ^
Diffstat (limited to 'cli/mmcli.c')
0 files changed, 0 insertions, 0 deletions