From: Roland McGrath Date: Sat, 11 Sep 2004 23:05:10 +0000 (+0000) Subject: 2004-09-11 Alfred M. Szmidt X-Git-Tag: cvs/fedora-base~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09fb62920eeea05700dc4b2e2768f98b3f685069;p=platform%2Fupstream%2Fglibc.git 2004-09-11 Alfred M. Szmidt * sysdeps/mach/hurd/i386/tls.h (__i386_set_gdt) [!HAVE_I386_SET_GDT]: Cast THR, SEL and DESC to `void'. --- diff --git a/sysdeps/mach/hurd/i386/tls.h b/sysdeps/mach/hurd/i386/tls.h index d04bdb4..8adbee9 100644 --- a/sysdeps/mach/hurd/i386/tls.h +++ b/sysdeps/mach/hurd/i386/tls.h @@ -39,7 +39,7 @@ # include # ifndef HAVE_I386_SET_GDT -# define __i386_set_gdt(thr, sel, desc) ((thr), (sel), (desc), MIG_BAD_ID) +# define __i386_set_gdt(thr, sel, desc) ((void) (thr), (void) (sel), (void) (desc), MIG_BAD_ID) # endif # include