Remove two g++ warnings
This commit is contained in:
parent
cb62950760
commit
c9401da22d
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@ fgSetupProxy( const char *arg )
|
||||||
{
|
{
|
||||||
string options = arg;
|
string options = arg;
|
||||||
string host, port, auth;
|
string host, port, auth;
|
||||||
unsigned int pos;
|
string::size_type pos;
|
||||||
|
|
||||||
host = port = auth = "";
|
host = port = auth = "";
|
||||||
if ((pos = options.find("@")) != string::npos)
|
if ((pos = options.find("@")) != string::npos)
|
||||||
|
|
Loading…
Reference in a new issue