Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
ce012b38
Commit
ce012b38
authored
Jan 03, 2008
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(main): Removed incorrect UNUSED from declaration.
Rev: nettle/examples/nettle-benchmark.c:1.2
parent
f7c560ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/nettle-benchmark.c
examples/nettle-benchmark.c
+1
-1
No files found.
examples/nettle-benchmark.c
View file @
ce012b38
...
...
@@ -306,7 +306,7 @@ time_cipher(const struct nettle_cipher *cipher)
#endif
int
main
(
int
argc
UNUSED
,
char
**
argv
UNUSED
)
main
(
int
argc
,
char
**
argv
)
{
unsigned
i
;
int
c
;
...
...
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