Skip to content
Snippets Groups Projects
Commit 1519cfd4 authored by Niels Möller's avatar Niels Möller
Browse files

Mark dlopen-test main arguments as UNUSED.

parent 746ccf6c
Branches
Tags
No related merge requests found
2016-01-20 Niels Möller <nisse@lysator.liu.se> 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. * testsuite/Makefile.in (clean): Delete dlopen-test.
2016-01-10 Niels Möller <nisse@lysator.liu.se> 2016-01-10 Niels Möller <nisse@lysator.liu.se>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#endif #endif
int int
main (int argc, char **argv) main (int argc UNUSED, char **argv UNUSED)
{ {
#if HAVE_LIBDL #if HAVE_LIBDL
void *handle = dlopen ("../libnettle.so", RTLD_NOW); void *handle = dlopen ("../libnettle.so", RTLD_NOW);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment