From: fredb Date: Sun, 17 Dec 2006 18:32:56 +0000 (+0000) Subject: Remove two g++ warnings X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c9401da22d36f995278336b060412e3e18c3db81;p=flightgear.git Remove two g++ warnings --- diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 8ed6affd8..e94ed4f6c 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -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)