Snippets for libmateweather 1.28.0 from Fedora aarch64
Sourced from https://kojipkgs.fedoraproject.org/packages/libmateweather/1.28.0/11.fc45/data/logs/aarch64/build.log.
-
weather-met.c:131:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 131 | p = strstr (meto, "Summary: </b>"); | ^ -
weather-wx.c:44:5: warning: 'gdk_pixbuf_loader_get_animation' is deprecated [-Wdeprecated-declarations] 44 | animation = gdk_pixbuf_loader_get_animation (info->radar_loader); | ^~~~~~~~~ -
weather.c:96:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 96 | p1 = strchr (latlon, '-'); | ^ -
weather.c:97:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 97 | p2 = strrchr (latlon, '-'); | ^ -
weather-bom.c:44:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 44 | p = strstr (msg->response_body->data, "Forecast for the rest"); | ^