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
Marcus Hoffmann
nettle
Commits
1519cfd4
Commit
1519cfd4
authored
Jan 20, 2016
by
Niels Möller
Browse files
Mark dlopen-test main arguments as UNUSED.
parent
746ccf6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
1519cfd4
2016-01-20 Niels Möller <nisse@lysator.liu.se>
* testsuite/dlopen-test.c (main): Mark arguments as UNUSED.
* testsuite/Makefile.in (clean): Delete dlopen-test.
2016-01-10 Niels Möller <nisse@lysator.liu.se>
...
...
testsuite/dlopen-test.c
View file @
1519cfd4
...
...
@@ -6,7 +6,7 @@
#endif
int
main
(
int
argc
,
char
**
argv
)
main
(
int
argc
UNUSED
,
char
**
argv
UNUSED
)
{
#if HAVE_LIBDL
void
*
handle
=
dlopen
(
"../libnettle.so"
,
RTLD_NOW
);
...
...
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