]> git.mxchange.org Git - flightgear.git/commitdiff
Remove two g++ warnings
authorfredb <fredb>
Sun, 17 Dec 2006 18:32:56 +0000 (18:32 +0000)
committerfredb <fredb>
Sun, 17 Dec 2006 18:32:56 +0000 (18:32 +0000)
src/Main/options.cxx

index 8ed6affd8127c2155cf7e4488b1b0804884101c8..e94ed4f6c0c450cd2362050227ab27e2af730dbc 100644 (file)
@@ -881,7 +881,7 @@ fgSetupProxy( const char *arg )
 {
     string options = arg;
     string host, port, auth;
-    unsigned int pos;
+    string::size_type pos;
 
     host = port = auth = "";
     if ((pos = options.find("@")) != string::npos)