Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
1519cfd4
Commit
1519cfd4
authored
Jan 20, 2016
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark dlopen-test main arguments as UNUSED.
parent
746ccf6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ChangeLog
ChangeLog
+2
-0
testsuite/dlopen-test.c
testsuite/dlopen-test.c
+1
-1
No files found.
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