lto.c (stream_out): ARG_UNUSED added for last argument.
* lto.c (stream_out): ARG_UNUSED added for last argument. From-SVN: r215926
This commit is contained in:
parent
8ece1ab347
commit
70261a4fb1
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue