diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-05-19 13:03:26 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-05-19 13:44:23 +0200 |
commit | ffbbec4a0d9a8a19f66b986db6534a10c3f973b4 (patch) | |
tree | c5af98ae904e1ba6844c031b9ac50f6eee726271 /src/mm-plugin-manager.c | |
parent | 7ccec0bd71a0451ad9e6c5f9ec63e47fbead8a27 (diff) |
iface-modem-location: avoid warnings with -Wsign-compare
mm-iface-modem-location.c: In function 'location_gps_update_nmea':
mm-iface-modem-location.c:272:61: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
time (NULL) - ctx->location_gps_nmea_last_time >= mm_gdbus_modem_location_get_gps_refresh_rate (skeleton))) {
^~
mm-iface-modem-location.c:282:60: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
time (NULL) - ctx->location_gps_raw_last_time >= mm_gdbus_modem_location_get_gps_refresh_rate (skeleton))) {
^~
Diffstat (limited to 'src/mm-plugin-manager.c')
0 files changed, 0 insertions, 0 deletions