From 7fcaf152b608e3afc138f83fc06d230c4d83fa90 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 23 Jan 2011 14:27:33 +0000 Subject: compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers. * compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers. From-SVN: r169143 --- gcc/compare-elim.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/compare-elim.c') diff --git a/gcc/compare-elim.c b/gcc/compare-elim.c index 0ddeb7f..c3eecfa 100644 --- a/gcc/compare-elim.c +++ b/gcc/compare-elim.c @@ -404,7 +404,8 @@ find_comparisons (void) Note that this function may start a change group. */ static rtx -maybe_select_cc_mode (struct comparison *cmp, rtx a, rtx b) +maybe_select_cc_mode (struct comparison *cmp, rtx a ATTRIBUTE_UNUSED, + rtx b ATTRIBUTE_UNUSED) { enum machine_mode sel_mode; const int n = cmp->n_uses; -- cgit v1.1