File xfce4-panel-plugin-weather-fix-no-return-in-nonvoid-function.patch of Package xfce4-panel-plugin-weather

Index: xfce4-weather-plugin-0.8.3/panel-plugin/weather-data.c
===================================================================
--- xfce4-weather-plugin-0.8.3.orig/panel-plugin/weather-data.c
+++ xfce4-weather-plugin-0.8.3/panel-plugin/weather-data.c
@@ -260,6 +260,8 @@ calc_apparent_temperature(const xml_loca
         return 1.41 - 1.162 * windspeed + 0.980 * temp
             + 0.0124 * windspeed * windspeed + 0.0185 * windspeed * temp;
     }
+    /* error */
+    return -1000.0;
 }
 
 
openSUSE Build Service is sponsored by