mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
added a default in the switch in an attempt to avoid the moot "will never be
executed" warning by gcc 3.4.0
This commit is contained in:
parent
592686bee9
commit
3347ced899
@ -1562,6 +1562,8 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
||||
if(str2num(&config->retry_maxtime, nextarg))
|
||||
return PARAM_BAD_NUMERIC;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case '#': /* added 19990617 larsa */
|
||||
|
Loading…
Reference in New Issue
Block a user