mirror of
https://github.com/curl/curl.git
synced 2026-07-24 15:47:16 +03:00
another lame change in an attempt to fix the moot gcc 3.4 warning
This commit is contained in:
parent
facfa19cdd
commit
fd49ba6c18
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue