]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Add "fall through" comment.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 16 Jan 2018 21:50:28 +0000 (22:50 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 16 Jan 2018 21:50:28 +0000 (22:50 +0100)
examples/nettle-benchmark.c

index 9327881b0c214bda1fcdebca6f2e35c49850effa..4efcca5c93998081f606a0ef135433d586adb84c 100644 (file)
@@ -807,6 +807,7 @@ main(int argc, char **argv)
        frequency = atof(optarg);
        if (frequency > 0.0)
          break;
+       /* Fall through */
 
       case OPT_HELP:
        printf("Usage: nettle-benchmark [-f clock frequency] [alg...]\n");