Fix warning
Fixes: tst-relsort1.c:6:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
This commit is contained in:
parent
2e4c1e9edb
commit
59910343fc
@ -1,3 +1,8 @@
|
|||||||
|
2012-05-17 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* elf/tst-relsort1.c (do_test): Fix function declaration to avoid
|
||||||
|
warning.
|
||||||
|
|
||||||
2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
|
2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
|
* sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
do_test ()
|
do_test (void)
|
||||||
{
|
{
|
||||||
const char lib[] = "$ORIGIN/tst-relsort1mod1.so";
|
const char lib[] = "$ORIGIN/tst-relsort1mod1.so";
|
||||||
void *h = dlopen (lib, RTLD_NOW);
|
void *h = dlopen (lib, RTLD_NOW);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user