Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daiki Ueno
nettle
Commits
c4a814d7
Commit
c4a814d7
authored
Jan 16, 2018
by
Niels Möller
Browse files
Add "fall through" comment.
parent
20c7ba59
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/nettle-benchmark.c
View file @
c4a814d7
...
...
@@ -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
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment