mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:07:16 +03:00
getparameter: comment a switch FALLTHROUGH
Coverity CID 1061118. Point out that it is on purpose.
This commit is contained in:
parent
793ac8035c
commit
55678c6951
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue