Commit 70261a4f by Martin Liska Committed by Martin Liska

lto.c (stream_out): ARG_UNUSED added for last argument.

	* lto.c (stream_out): ARG_UNUSED added for last argument.

From-SVN: r215926
parent 8ece1ab3
2014-10-06 Martin Liska <mliska@suse.cz>
* lto.c (stream_out): ARG_UNUSED added for last argument.
2014-09-24 Aldy Hernandez <aldyh@redhat.com>
* lto-symtab.c, lto.c: Rename all instances of DECL_ABSTRACT to
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment