From c9401da22d36f995278336b060412e3e18c3db81 Mon Sep 17 00:00:00 2001 From: fredb Date: Sun, 17 Dec 2006 18:32:56 +0000 Subject: [PATCH] Remove two g++ warnings --- src/Main/options.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5