From 1b4575aefaaa43adfed4658f7d66de587f12120e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 30 Jan 2002 00:38:09 +0000 Subject: Update. * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast to avoid warning (DL_STATIC_FUNCTION_ADDRESS): Likewise. --- elf/dl-lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf/dl-lookup.c') diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c index 86b5c0dc05..ae8df270e9 100644 --- a/elf/dl-lookup.c +++ b/elf/dl-lookup.c @@ -64,7 +64,7 @@ struct sym_val unsigned long int _dl_num_relocations; # define bump_num_relocation() ++_dl_num_relocations #else -# define bump_num_relocation() 0 +# define bump_num_relocation() ((void) 0) #endif -- cgit v1.2.3