diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/function.c b/gcc/function.c index d0da7dc..cb6a2b6 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -5216,8 +5216,8 @@ static void thread_prologue_and_epilogue_insns (void) { bool inserted; - rtx seq, epilogue_end; - edge entry_edge; + rtx seq ATTRIBUTE_UNUSED, epilogue_end ATTRIBUTE_UNUSED; + edge entry_edge ATTRIBUTE_UNUSED; edge e; edge_iterator ei; |