aboutsummaryrefslogtreecommitdiff
path: root/src/tests/test-modem-helpers.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-01-11 14:15:35 +0100
committerAleksander Morgado <aleksander@aleksander.es>2020-01-31 14:52:49 +0100
commit9bd54e76fcf91cc25a36da44764a961aacc110aa (patch)
tree6f2d4b92c12457ad1ddf8daf83eb3ad5d437a611 /src/tests/test-modem-helpers.c
parent7c900c51b5d530d48f7ebd86c2358a5c25068235 (diff)
modem-helpers-qmi: fix warnings with -Wsign-compare
mm-modem-helpers-qmi.c: In function ‘mm_qmi_unique_id_to_firmware_unique_id’: mm-modem-helpers-qmi.c:1653:19: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Werror=sign-compare] 1653 | for (i = 0; i < qmi_unique_id->len; i++) { | ^ mm-modem-helpers-qmi.c:1679:11: error: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Werror=sign-compare] 1679 | if (i != qmi_unique_id->len) | ^~
Diffstat (limited to 'src/tests/test-modem-helpers.c')
0 files changed, 0 insertions, 0 deletions