getparameter: comment a switch FALLTHROUGH

Coverity CID 1061118. Point out that it is on purpose.
This commit is contained in:
Daniel Stenberg 2014-10-04 16:12:06 +02:00
parent 793ac8035c
commit 55678c6951
1 changed files with 1 additions and 0 deletions

View File

@ -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;