From 70261a4fb12323f240ca68669f3ec97caecb4a05 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Mon, 6 Oct 2014 13:51:09 +0200 Subject: [PATCH] lto.c (stream_out): ARG_UNUSED added for last argument. * lto.c (stream_out): ARG_UNUSED added for last argument. From-SVN: r215926 --- gcc/lto/ChangeLog | 4 ++++ gcc/lto/lto.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index f1e25db96da..fba61ef4ff7 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,7 @@ +2014-10-06 Martin Liska + + * lto.c (stream_out): ARG_UNUSED added for last argument. + 2014-09-24 Aldy Hernandez * lto-symtab.c, lto.c: Rename all instances of DECL_ABSTRACT to diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index 6cbb178db59..bc53632e14e 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -2495,7 +2495,8 @@ wait_for_child () Fork if that seems to help. */ static void -stream_out (char *temp_filename, lto_symtab_encoder_t encoder, bool last) +stream_out (char *temp_filename, lto_symtab_encoder_t encoder, + bool ARG_UNUSED (last)) { #ifdef HAVE_WORKING_FORK static int nruns; -- 2.30.2