diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-05-19 13:12:28 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-05-19 13:44:23 +0200 |
commit | b0be4e895cc2b3b9f533b513eb4da3be99718497 (patch) | |
tree | d43fbde90ba8898b8cbfa46190d0484ff4c6b580 /src | |
parent | 301b6f0a64d358706c15efff6bca676c4213c9a5 (diff) |
telit,helpers: avoid cast-align errors
We can safely cast the data in a GArray to gpointer first, and then
to the pointer type we require.
telit/mm-modem-helpers-telit.c: In function 'mm_telit_build_bnd_request':
telit/mm-modem-helpers-telit.c:256:55: error: cast increases required alignment of target type [-Werror=cast-align]
bands_str = mm_common_build_bands_string ((const MMModemBand *)(bands_array->data), bands_array->len);
^
telit/mm-modem-helpers-telit.c:275:55: error: cast increases required alignment of target type [-Werror=cast-align]
bands_str = mm_common_build_bands_string ((const MMModemBand *)(bands_array->data), bands_array->len);
^
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions