Discussion:
[PATCH] lto.c: add ARG_UNUSED for an argument
Martin Liška
2014-10-06 09:36:32 UTC
Permalink
Hello.

In lto.c, if #ifdef HAVE_WORKING_FORK isn't defined, 'last' argument is unused and in that case GCC cannot bootstrap due to a warning.

Ready for trunk?
Built on x86_64-linux-gnu.

Thanks,
Martin
Richard Biener
2014-10-06 11:24:17 UTC
Permalink
Post by Martin Liška
Hello.
In lto.c, if #ifdef HAVE_WORKING_FORK isn't defined, 'last' argument is
unused and in that case GCC cannot bootstrap due to a warning.
Ready for trunk?
Built on x86_64-linux-gnu.
Ok.

Thanks,
Richard.
Post by Martin Liška
Thanks,
Martin
Loading...