getparameter: comment a switch FALLTHROUGH
Coverity CID 1061118. Point out that it is on purpose.
This commit is contained in:
parent
793ac8035c
commit
55678c6951
@ -1762,6 +1762,7 @@ ParameterError getparameter(char *flag, /* f or -long-flag */
|
||||
switch(*nextarg) {
|
||||
case '+':
|
||||
nextarg++;
|
||||
/* FALLTHROUGH */
|
||||
default:
|
||||
/* If-Modified-Since: (section 14.28 in RFC2068) */
|
||||
config->timecond = CURL_TIMECOND_IFMODSINCE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user