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
Dmitry Baryshkov
nettle
Commits
173605f0
Commit
173605f0
authored
Jan 16, 2018
by
Niels Möller
Browse files
Add "fall through" comment.
(cherry picked from commit
c4a814d7
)
parent
6950f151
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/nettle-benchmark.c
View file @
173605f0
...
...
@@ -789,6 +789,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
Supports
Markdown
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