aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2015-09-08 16:53:32 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2015-09-08 16:53:32 -0700
commitc6cf7fdb586b9875ca42242b5f45270f3371605f (patch)
tree179b9ef879718acdcd110688354fd6e9472f7fe9 /gcc
parent5904f5908d6abb6ce385b502858316c2d6a19a23 (diff)
downloadriscv-gnu-toolchain-c6cf7fdb586b9875ca42242b5f45270f3371605f.zip
riscv-gnu-toolchain-c6cf7fdb586b9875ca42242b5f45270f3371605f.tar.gz
riscv-gnu-toolchain-c6cf7fdb586b9875ca42242b5f45270f3371605f.tar.bz2
gcc: suppress compiler warning
Diffstat (limited to 'gcc')
-rw-r--r--gcc/gcc/config/riscv/riscv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gcc/config/riscv/riscv.c b/gcc/gcc/config/riscv/riscv.c
index 8d73b8a..bf27a18 100644
--- a/gcc/gcc/config/riscv/riscv.c
+++ b/gcc/gcc/config/riscv/riscv.c
@@ -4281,7 +4281,8 @@ riscv_trampoline_init (rtx m_tramp, tree fndecl, rtx chain_value)
/* Implement TARGET_FUNCTION_OK_FOR_SIBCALL. */
static bool
-riscv_function_ok_for_sibcall (tree decl, tree exp ATTRIBUTE_UNUSED)
+riscv_function_ok_for_sibcall (tree decl ATTRIBUTE_UNUSED,
+ tree exp ATTRIBUTE_UNUSED)
{
if (TARGET_SAVE_RESTORE)
{