From: Niels Möller Date: Tue, 16 Jan 2018 21:50:28 +0000 (+0100) Subject: Add "fall through" comment. X-Git-Tag: nettle_3.5rc1~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4a814d77d475c474182e3e7051e4ac304e3c9e8;p=thirdparty%2Fnettle.git Add "fall through" comment. --- diff --git a/examples/nettle-benchmark.c b/examples/nettle-benchmark.c index 9327881b..4efcca5c 100644 --- a/examples/nettle-benchmark.c +++ b/examples/nettle-benchmark.c @@ -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");