aboutsummaryrefslogtreecommitdiff
path: root/gcc/explow.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2014-10-15 08:20:02 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2014-10-15 08:20:02 +0000
commitc582bb15808216c226098ec43549467457bbbad3 (patch)
treeb33774f71514fb7728029ae072816d1c0eb29609 /gcc/explow.c
parentf8934be78727eb998f6bb04c001f3dda6cf1017c (diff)
downloadgcc-c582bb15808216c226098ec43549467457bbbad3.zip
gcc-c582bb15808216c226098ec43549467457bbbad3.tar.gz
gcc-c582bb15808216c226098ec43549467457bbbad3.tar.bz2
explow.c (convert_memory_address_addr_space_1): Mark in_const as ATTRIBUTE_UNUSED.
* explow.c (convert_memory_address_addr_space_1): Mark in_const as ATTRIBUTE_UNUSED. From-SVN: r216240
Diffstat (limited to 'gcc/explow.c')
-rw-r--r--gcc/explow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c
index 4f6465b..1066f56 100644
--- a/gcc/explow.c
+++ b/gcc/explow.c
@@ -316,7 +316,7 @@ break_out_memory_refs (rtx x)
static rtx
convert_memory_address_addr_space_1 (enum machine_mode to_mode ATTRIBUTE_UNUSED,
rtx x, addr_space_t as ATTRIBUTE_UNUSED,
- bool in_const)
+ bool in_const ATTRIBUTE_UNUSED)
{
#ifndef POINTERS_EXTEND_UNSIGNED
gcc_assert (GET_MODE (x) == to_mode || GET_MODE (x) == VOIDmode);