Commit 3347ced8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added a default in the switch in an attempt to avoid the moot "will never be

executed" warning by gcc 3.4.0
parent 592686be
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 */