summaryrefslogtreecommitdiff
path: root/gcc/ipa-str-reorg-dead-field-eliminate.c
diff options
context:
space:
mode:
authorErick Ochoa <erick.ochoa@theobroma-systems.com>2020-02-21 19:23:22 +0100
committerErick Ochoa <erick.ochoa@theobroma-systems.com>2020-05-14 14:45:37 +0200
commit86caee8fe514186d3d35208bf0c6472c149afeb0 (patch)
tree645e15346fe21c6e18461c75f9c4602023bc1afa /gcc/ipa-str-reorg-dead-field-eliminate.c
parente71dc782144a31e1856cc84445abf432b3a7fa32 (diff)
Fixes warning
Diffstat (limited to 'gcc/ipa-str-reorg-dead-field-eliminate.c')
-rw-r--r--gcc/ipa-str-reorg-dead-field-eliminate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-str-reorg-dead-field-eliminate.c b/gcc/ipa-str-reorg-dead-field-eliminate.c
index 308f98f0d18..a2668b5884f 100644
--- a/gcc/ipa-str-reorg-dead-field-eliminate.c
+++ b/gcc/ipa-str-reorg-dead-field-eliminate.c
@@ -2652,7 +2652,7 @@ iphw_execute ()
}
int
-str_reorg_dead_field_eliminate (Info *info)
+str_reorg_dead_field_eliminate (__attribute__((unused)) Info *info)
{
gcc_assert (in_lto_p);
return iphw_execute ();