From 31d87dd2368e1ecc527829f0da7c99a46cd16542 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 31 Jul 2018 20:51:06 +0000 Subject: targhooks.c (default_have_speculation_safe_value): Add ATTRIBUTE_UNUSED. * targhooks.c (default_have_speculation_safe_value): Add ATTRIBUTE_UNUSED. From-SVN: r263180 --- gcc/targhooks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/targhooks.c') diff --git a/gcc/targhooks.c b/gcc/targhooks.c index 62051a9..32b4993 100644 --- a/gcc/targhooks.c +++ b/gcc/targhooks.c @@ -2316,7 +2316,7 @@ default_preferred_else_value (unsigned, tree type, unsigned, tree *) /* Default implementation of TARGET_HAVE_SPECULATION_SAFE_VALUE. */ bool -default_have_speculation_safe_value (bool active) +default_have_speculation_safe_value (bool active ATTRIBUTE_UNUSED) { #ifdef HAVE_speculation_barrier return active ? HAVE_speculation_barrier : true; -- cgit v1.1