]> granicus.if.org Git - curl/commitdiff
nss: fix fallthrough comment to fix picky compiler warning
authorDaniel Stenberg <daniel@haxx.se>
Mon, 12 Nov 2018 14:23:17 +0000 (15:23 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Nov 2018 14:23:17 +0000 (15:23 +0100)
lib/vtls/nss.c

index a3d3e58bbe726af9193ce061aff9ca3ff6385798..9dceb9773f5daedf0e96a00c0ac33406b9c6356f 100644 (file)
@@ -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;
   }