mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Fix powerpc32 "set but not used" warnings from INTERNAL_SYSCALL_DECL.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2012-12-04 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
|
||||
(INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
|
||||
|
||||
[BZ #14914]
|
||||
* sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
|
||||
whole low double instead of just low 47 bits when splitting values
|
||||
|
||||
@@ -175,7 +175,7 @@
|
||||
an error return status). */
|
||||
|
||||
# undef INTERNAL_SYSCALL_DECL
|
||||
# define INTERNAL_SYSCALL_DECL(err) long int err
|
||||
# define INTERNAL_SYSCALL_DECL(err) long int err __attribute__ ((unused))
|
||||
|
||||
# undef INTERNAL_SYSCALL
|
||||
# define INTERNAL_SYSCALL_NCS(name, err, nr, args...) \
|
||||
|
||||
Reference in New Issue
Block a user