File xfce4-panel-plugin-weather-fix-no-return-in-nonvoid-function.patch of Package xfce4-panel-plugin-weather
Index: xfce4-weather-plugin-0.8.4/panel-plugin/weather-data.c =================================================================== --- xfce4-weather-plugin-0.8.4.orig/panel-plugin/weather-data.c +++ xfce4-weather-plugin-0.8.4/panel-plugin/weather-data.c @@ -263,6 +263,8 @@ calc_apparent_temperature(const xml_loca default: return temp; } + /* error */ + return -1000.0; }