diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/powerpc/bits/syscalls.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/syscalls.h b/libc/sysdeps/linux/powerpc/bits/syscalls.h index d0f78c365..728b361b7 100644 --- a/libc/sysdeps/linux/powerpc/bits/syscalls.h +++ b/libc/sysdeps/linux/powerpc/bits/syscalls.h @@ -137,7 +137,8 @@ "sc; bnslr+" sequence) and CR (where only CR0.SO is clobbered to signal an error return status). */ -# define INTERNAL_SYSCALL_DECL(err) long int err +# undef INTERNAL_SYSCALL_DECL +# define INTERNAL_SYSCALL_DECL(err) long int err __attribute__((unused)) # define INTERNAL_SYSCALL_NCS(name, err, nr, args...) \ (__extension__ \ |