From a850e77f3f10ce5cac3cc708274cc2a39360faa6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 26 Nov 2000 06:18:02 +0000 Subject: Update. * elf/loadfail.c: Little cosmetic changes to avoid warnings. * elf/loadtest.c: Likewise. * elf/multiload.c: Likewise. * elf/next.c: Likewise. * elf/nodelete.c: Likewise. * elf/noload.c: Likewise. * elf/order.c: Likewise. * elf/origtest.c: Likewise. * elf/preloadtest.c: Likewise. * elf/restest1.c: Likewise. --- elf/loadtest.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'elf/loadtest.c') diff --git a/elf/loadtest.c b/elf/loadtest.c index 7cbe55bcd7..863dc536e7 100644 --- a/elf/loadtest.c +++ b/elf/loadtest.c @@ -146,7 +146,7 @@ main (int argc, char *argv[]) } /* Unload all loaded modules. */ - for (count = 0; count < NOBJS; ++count) + for (count = 0; count < (int) NOBJS; ++count) if (testobjs[count].handle != NULL) { printf ("\nclose: %s: l_initfini = %p, l_versions = %p\n", @@ -174,6 +174,7 @@ main (int argc, char *argv[]) } +extern int foo (int a); int foo (int a) { -- cgit 1.4.1