]> git.mxchange.org Git - flightgear.git/blobdiff - src/WeatherCM/FGWeatherParse.cpp
Erik Hofman:
[flightgear.git] / src / WeatherCM / FGWeatherParse.cpp
index 7fb7bf2a97667bbd21a3a3a55a0c55385f36c1ba..2172ab89078f925ec00be85ea1aa6df084010da6 100644 (file)
@@ -112,7 +112,7 @@ void FGWeatherParse::input(const char *file)
            in >> temp.airpressure_history[2]; 
            in >> temp.airpressure_history[3]; 
            
-           for (int i = 0; i < weather_station.size(); i++)
+           for (unsigned int i = 0; i < weather_station.size(); i++)
            {
                if ((weather_station[i].lat == temp.lat) && (weather_station[i].lon == temp.lon))
                {