From 442057f0d3f933fda14a3cdde19349211f763b4c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 27 Jan 2004 07:37:12 +0000 Subject: Patch from Joakim Tjernlund to get rid of an annoying warning. --- ldso/ldso/powerpc/dl-startup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/ldso/powerpc/dl-startup.h') diff --git a/ldso/ldso/powerpc/dl-startup.h b/ldso/ldso/powerpc/dl-startup.h index 2f54ed9d9..e50e8eabd 100644 --- a/ldso/ldso/powerpc/dl-startup.h +++ b/ldso/ldso/powerpc/dl-startup.h @@ -18,5 +18,5 @@ asm("" \ ); #define _dl_boot _dl_boot2 -#define LD_BOOT(X) static void * __attribute__ ((unused)) _dl_boot (X) +#define LD_BOOT(X) static void __attribute__ ((unused)) _dl_boot (X) -- cgit v1.2.3