Signed-off-by: Pino Toscano <toscano.pino@tiscali.it>
+2015-06-26 Pino Toscano <toscano.pino@tiscali.it>
+
+ * tests/vdsosyms.c [!__linux__] (main): Mark argv as unused.
+
2015-06-26 Pino Toscano <toscano.pino@tiscali.it>
* tests/backtrace-data.c: Reduce scope of some includes to match their
#ifndef __linux__
int
-main (int argc __attribute__ ((unused)), char **argv)
+main (int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)))
{
printf ("Getting the vdso is unsupported.\n");
return 77;