diff options
author | Ben Chan <benchan@chromium.org> | 2013-07-10 20:36:56 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-07-11 07:53:33 +0200 |
commit | d366b28650be8a3da92eff74da2ff962da82355d (patch) | |
tree | c3d8c59bfaf9c766068a6d7b65f7724c71a200fb /docs | |
parent | 8660be8f39601ddb7811d77759a8e087401b9118 (diff) |
modem-helpers-qmi: fix enumeration type mismatches
This patch fixes the following enumeration type mismatches:
mm-modem-helpers-qmi.c:980:12: error: implicit conversion from
enumeration type 'QmiNasRatModePreference' to different
enumeration type 'QmiNasRadioTechnologyPreference' [-Werror,-Wenum-conversion]
return qmi;
~~~~~~ ^~~
mm-modem-helpers-qmi.c:1082:12: error: implicit conversion from
enumeration type 'MMModemMode' to different
enumeration type 'QmiNasGsmWcdmaAcquisitionOrderPreference' [-Werror,-Wenum-conversion]
return MM_MODEM_MODE_NONE;
~~~~~~ ^~~~~~~~~~~~~~~~~~
mm-modem-helpers-qmi.c:1096:16: error: implicit conversion from
enumeration type 'QmiNasRegistrationState' to different
enumeration type 'MMModem3gppRegistrationState' [-Werror,-Wenum-conversion]
return QMI_NAS_REGISTRATION_STATE_NOT_REGISTERED;
~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions