aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r--gcc/tree-inline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c
index 3ded5ed..33705b7 100644
--- a/gcc/tree-inline.c
+++ b/gcc/tree-inline.c
@@ -3628,7 +3628,7 @@ tree_inlinable_function_p (tree fn)
cost based on whether optimizing for size or speed according to SPEED_P. */
int
-estimate_move_cost (tree type, bool speed_p)
+estimate_move_cost (tree type, bool ARG_UNUSED (speed_p))
{
HOST_WIDE_INT size;