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
Brian Smith
nettle
Commits
8560129c
Commit
8560129c
authored
Feb 14, 2002
by
Niels Möller
Browse files
(progress): Declare the ctx argument
as UNUSED. Rev: src/nettle/testsuite/rsa-keygen-test.c:1.2
parent
f0053e65
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/rsa-keygen-test.c
View file @
8560129c
...
...
@@ -2,8 +2,14 @@
#include "knuth-lfib.h"
#if __GNUC__
# define UNUSED __attribute__ ((__unused__))
#else
# define UNUSED
#endif
static
void
progress
(
void
*
ctx
,
int
c
)
progress
(
void
*
ctx
UNUSED
,
int
c
)
{
fputc
(
c
,
stderr
);
}
...
...
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