mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
another lame change in an attempt to fix the moot gcc 3.4 warning
This commit is contained in:
parent
facfa19cdd
commit
fd49ba6c18
@ -1561,9 +1561,7 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
||||
case 'i': /* --retry-max-time */
|
||||
if(str2num(&config->retry_maxtime, nextarg))
|
||||
return PARAM_BAD_NUMERIC;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
/* break */
|
||||
}
|
||||
break;
|
||||
case '#': /* added 19990617 larsa */
|
||||
|
Loading…
Reference in New Issue
Block a user