diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-05-19 11:40:33 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-05-19 13:44:23 +0200 |
commit | 7ccec0bd71a0451ad9e6c5f9ec63e47fbead8a27 (patch) | |
tree | c39eda457d4aa03d857366ce6ca81b2e5d7b46c0 /src/mm-iface-modem-messaging.c | |
parent | 3476e140ad0b97dee50d14530f0c3dc04a1651b0 (diff) |
iface-modem: avoid cast-align errors
We can safely cast the data in a GArray to gpointer first, and then
to the pointer type we require.
mm-iface-modem.c: In function 'after_set_load_current_bands_ready':
mm-iface-modem.c:2358:55: error: cast increases required alignment of target type [-Werror=cast-align]
requested_str = mm_common_build_bands_string ((MMModemBand *)requested_bands->data, requested_bands->len);
^
mm-iface-modem.c:2359:55: error: cast increases required alignment of target type [-Werror=cast-align]
current_str = mm_common_build_bands_string ((MMModemBand *)current_bands->data, current_bands->len);
^
mm-iface-modem.c: In function 'validate_bands':
mm-iface-modem.c:2474:48: error: cast increases required alignment of target type [-Werror=cast-align]
(const MMModemBand *)supported_bands_array->data,
^
mm-iface-modem.c: In function 'mm_iface_modem_set_current_bands':
mm-iface-modem.c:2535:50: error: cast increases required alignment of target type [-Werror=cast-align]
bands_string = mm_common_build_bands_string ((MMModemBand *)bands_array->data,
^
Diffstat (limited to 'src/mm-iface-modem-messaging.c')
0 files changed, 0 insertions, 0 deletions