mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 16:48:49 -05:00
nss: fix fallthrough comment to fix picky compiler warning
This commit is contained in:
parent
f7fa04d7f3
commit
42fd235040
@ -2164,7 +2164,7 @@ static CURLcode nss_connect_common(struct connectdata *conn, int sockindex,
|
||||
if(!blocking)
|
||||
/* CURLE_AGAIN in non-blocking mode is not an error */
|
||||
return CURLE_OK;
|
||||
/* fall through */
|
||||
/* FALLTHROUGH */
|
||||
default:
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user